I want to use the actionform to store values in my object in the form of an array. Can i use dynaactionform for this purpose. I dun think the question is very clear so i will put it in a more developer friendly faishon.
Heres what i want to do: Jsp: Name1: <html:text property="abc.name[1]"/> Type1: <html:text property="abc.type[1]"/> Name2: <html:text property="abc.name[2]"/> Type2: <html:text property="abc.type[2]"/> abc is my own object which has an array of names and types. How can i do this using struts? TIA Sahil --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]