Joel Espinosa wrote:
Hi,

I'm usign struts 1.2 and I want to use validator framework for and action that makes the CRUD operations for a bean, I want to know if its possible to have 2 or more input forms for this action, that's beacuse I want to personalise the HTML code of each input form but the form fields are the almost the same.

I'm not sure I understand your question. You can create two or more action mapping that call the same action class, and specify different forms for each mapping; you can create two or more forms which 'extend' a common base form to collect the common property definitions into one place. Are you trying to do one of those, or something else entirely?

L.


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

Reply via email to