pass Multilple paramets in struts action with same parameter name
- by raju
Hi
I would like to pass Multiple parameters for single param in action tag.
Ex:
abc
Answers.jsp
I have getters and setters for hint (String) variable in my action.
Currently i can be able to get parameter value for hint variable as abc if i send one.
I would like to send multiple parameters for same variable(hint)
ex: abc, xyz
how can achieve the above.
Thanks in advance
Raju