> -----Original Message-----
> From: Gupta, Sahil [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 29, 2004 2:45 PM
> To: 'Struts Users Mailing List'
> Subject: form with multiple inputs
> 
> 
> 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?

The magic incantations are found here:
http://husted.com/struts/tips/006.html

Praise be to google.


> 
> TIA
> Sahil

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to