Re: Collecting Dynamic Form Data

2005-05-23 Thread erikweber
: Struts Mailing List Subject: Collecting Dynamic Form Data Greetings all, I'm trying to write an application that will collect form data from a webpage when it is directed at an Action. Is there any way to do this without using an ActionForm (which is pretty useless because in some cases

Collecting Dynamic Form Data

2005-05-23 Thread Andrew Thorell
Greetings all, I'm trying to write an application that will collect form data from a webpage when it is directed at an Action. Is there any way to do this without using an ActionForm (which is pretty useless because in some cases I won't know what variable names will be pointed at me)? Any though