Is it mandatory to create ActionForm class for each JSP if we want to
send the form data to action class?

Does it not make the ActionForm class dependent on the UI and liable to
change as an when modifications is done in JSP page? 

Is there a way of dynamically creating the ActionForm class instance
relevant to JSP page which can be used by Action Class?

I am new to struts and pardon me if this question is out of my ignorance
of understanding of struts..


Warm Regards,

Pradeep

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to