Re: dynamic input fields

2004-01-03 Thread Mark Lowe
What does your action form look like? The jsp should look something like this Cheers Mark On 3 Jan 2004, at 03:22, Otávio Augusto wrote: I need to generate html:text fields on demand. If i have N elements in a certain collection, i need one html:text field for every one of the elements in

Re: dynamic input fields

2002-02-26 Thread David M. Karr
> "Michael" == Michael Press writes: > "Michael" == Michael Press writes: >> I could be mistaken, but isn't this basically what the recently added >> Dynamic Action Form does? Michael> What's the "recently added Dynamic Action Form" !? Look in the nightly build documenta

RE: dynamic input fields

2002-02-25 Thread Press, Michael
12 PM To: [EMAIL PROTECTED] Subject: Re: dynamic input fields >>>>> "Michael" == Michael Press writes: Michael> I just did this. I based my solution on the Dynamic Properties solution by Michael> Kevin Wang Michael> (http://www.mail-archive.com/strut

Re: dynamic input fields

2002-02-24 Thread David M. Karr
> "Michael" == Michael Press writes: Michael> I just did this. I based my solution on the Dynamic Properties solution by Michael> Kevin Wang Michael> (http://www.mail-archive.com/struts-user@jakarta.apache.org/msg01374.html), Michael> but I needed to do it without modifyin

RE: dynamic input fields

2002-02-21 Thread Press, Michael
I just did this. I based my solution on the Dynamic Properties solution by Kevin Wang (http://www.mail-archive.com/struts-user@jakarta.apache.org/msg01374.html), but I needed to do it without modifying/extending Struts itself. I created a BaseActionForm that my ActionForms extend. The Base cla

RE: dynamic input fields

2002-02-21 Thread SHURTLEFF,ROBERT (HP-FtCollins,ex1)
You have to do it all yourself. I have several of these. In my Action, I manually extract what comes in and put them in a Map. Struts by itself does not handle this situation nor table data very well. However, I believe that there are some other addons that do the table piece. Not sure about t