Hi All,

We are developing an intranet site to replace a legacy system which is in place.  
Legacy system does not have as much extensive validation as the new application does.  
Intranet site rollout is going to be phased out due to several reasons.  While legacy 
system is up, we have a batch process that transfers data from legacy system to our 
new database.

On the new application, data is entered using work flow format where all data is 
collected across forms into a mama bean.  At the end summary page is presented before 
data is persisted to db.  Most of form validation is done using validator framework.

Now, users want to edit legacy data that has been brought over.  When they open an 
existing event, we present them with summary page.  Then the user has the option to go 
to any form in the wizard flow using navigation on left.  

Since legacy data is not validated, we would like to validate all the data in mama 
bean and present them with visual indicators for each form in the wizard flow that 
fails validation.  This makes data clean-up very easy.  

Here is my question.  Is there a way to re-use the validation that is already built on 
all forms using validator framework?  If so how?  If not, how can I centralize my 
validation to one place?

Thanks for your time.



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

Reply via email to