pass Multilple paramets in struts action with same parameter name
Posted
by raju
on Stack Overflow
See other posts from Stack Overflow
or by raju
Published on 2010-04-02T18:20:14Z
Indexed on
2010/04/02
18:23 UTC
Read the original article
Hit count: 346
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
© Stack Overflow or respective owner