Pluggable Validation

We are trying to implement a pluggable architecture by
defining DTOs, message resources and validations in a
jar file. A Plugin finder scans all the jar files
which are pluggable and loads them into the system.
Actions are generic and are defined in the core system
(dont ask why this complexity - essentially we want to
control the UI display but allow 3rd party vendors to
define view, validation and business objects)

PROBLEM

I decided to use Niall Pemberton
LazyValidatorActionForm as the action form because I
do not know abt the DTO properties in advance.
However, I am struggling to associate different
validation rules for different DTOs but using the same
form object.

any ideas
A


                
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail

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

Reply via email to