Re: form to array

2008-11-30 Thread Steven Yang
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

form to array

2008-11-30 Thread Frans Thamura
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