sending 2D string for setting the ActionForm using addRequestParameter
"Konjengbam Singh" <[email protected]>
| Newsgroups | gmane.comp.jakarta.cactus.user |
|---|---|
| Message-ID | <[email protected]> |
how to send a String[][] using addRequestParameter? I m extending CactusStrutsTestCase class. I have a ActionForm which have a String[][] as one of the variable. I need to setup this variable for running the test case. How should i go about doing this?