Check out the nested form stuff. See: http://www.keyboardmonkey.com/pilotlight/index.jsp
-----Original Message----- From: Nadja Senoucci [mailto:[EMAIL PROTECTED] Sent: Tuesday, 10 June 2003 15:06 To: [EMAIL PROTECTED] Subject: Varying number of field Hello everyone, and again I have a question. ;) I want to create a highly flexible search form. To achieve this I want to include a button that will reload the form with more fields. Now creating this form as such won't be too difficult. However, since I haven't yet found a way to create a ActionForm class (be it ActionForm or DynaForm) without naming the variables/parameters, I wouldn't know how to go about it. The problem is that I don't know what fields I will have in that field and therefore cannot write them down as a definition before hand. The fields will probably be named searchparam# (# = number). Do you have any idea of how to accomplish this? I guess, people have wanted to do something like this before, so there should be a way - I just don't see it... As always, I'd be very grateful for any kind of help! Greetings, Nadja --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

