RE: Validator with DispatchAction...help!...newbie

2004-09-14 Thread lixin chu
There is an interesting article talking about validation in DispatchAction. That may not be what you are looking for but I would like to know if the method suggestted by the author is a good choice or not: http://www.reumann.net/struts/articles/request_lists.jsp Another common practice is to have

RE: Validator with DispatchAction...help!...newbie

2004-09-14 Thread Robert Taylor
ValidatorForm, ValidatorActionForm, DynaValidatorForm, and DynaValidatorActionForm allow you to leverage the validation framework in Struts. How you use DispatchAction determines what you need to do to make it work with the validation framework. For example there are two basic approaches: 1. Di

Re: Validator with DispatchAction...help!...newbie

2004-09-14 Thread Matt Bathje
O. Oke wrote: Can anyone please tell me how to use the Struts Validator with DispatchAction. This article in bugzilla does not seem to deal with the issue: http://issues.apache.org/bugzilla/showattachment.cgi?attach_id=8633 Thank you. Ola Ola - we more information to be able to help you. I can't