Re: Configuring Struts Validator with Multiple Modules

2006-09-15 Thread Niall Pemberton
On 9/14/06, Scott Smith [EMAIL PROTECTED] wrote: I have a struts 1.2.9 app that has several modules (assume they are named a and b). In my struts-config-a.xml file, I have a form defined as followed: form-bean name=formRegister type=a.modules.register.RegisterForm / My validation.xml file

Configuring Struts Validator with Multiple Modules

2006-09-14 Thread Scott Smith
I have a struts 1.2.9 app that has several modules (assume they are named a and b). In my struts-config-a.xml file, I have a form defined as followed: form-bean name=formRegister type=a.modules.register.RegisterForm / My validation.xml file looks like: form-validation