Vishal Seth wrote:
I got the first point mentioned where I would need to override the
validationKey method and not the second one.
Problem here is it is not only required during login time but throughout
the application there can be different validations for each form or some
of the forms. Hence if I follow the first point mentioned I would need
to have different forms entry throughout the application.
Well yeah, that's kind of the point of the architecture. There becomes a point where reusing form beans can't be rationalized because the forms are trying to tackle too vastly different tasks. You might want to rethink the way you're approaching it, maybe writing your own validator plugins, etc.

- Scott

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

Reply via email to