If I'm not mistaken, Struts has some mechanisms for dynamic fields in 
ActionForms. Regardless, can't you use request.getParameterNames in your 
Action's execute method?

Erik


-----Original Message-----
From: Andrew Thorell <[EMAIL PROTECTED]>
Sent: May 23, 2005 11:07 AM
To: Struts Mailing List <user@struts.apache.org>
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 I won't know what variable names will be pointed at me)?

Any thoughts would be greatly appreciated.

Andrew

---------------------------------------------------------------------
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]

Reply via email to