Hello,

I have multiple forms that point to the same action. It is not a
multipage form, it is done as different types of searches done on
different pages) and I would like to validate the forms individually
using the validate() method on the form bean. However, I am required to
define an input= parameter for the action for the validation, and since
the input pages can be different.

I can solve this problem by having a different action name for each
search page and make them point to the same action class, but is there a
nicer solution for this?

Thanks,
Can


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

Reply via email to