I believe what you want is "checkbox" right? radio only has one value
simply declare an instance property in your action
private String[] names;
and public getter setters for it and in your html
just do
and so on
I have only tried with String[] not sure about other data types
hi there
is there a way to send a form from html to struts2 action, and the
value become array
because i want to make a radio button implementation which all the
radio name is same
anyone can help me/
F
-
To unsubscribe, e-mai
2 matches
Mail list logo