Please ask these types of questions on the user list.
http://struts.apache.org/mail.html
To give you some remarks.
1. first Struts can handle dynamic form inputs look at DynaActionForm,
and DynaActionFormClass
2. second if you want to use something else just use it. Struts will
only react on
Hi,
I currently have a pure struts application, to which I need to add new
features/functionality, which I believe can't be handled by struts.
The new JSP pages which I'm creating will consist of dynamic form elements
(which means i won't know their names until it's created dynamically by
tagl