Re: Struts 1.2.4 validator is not working

2004-11-17 Thread Matt Bathje
Yadav, Ganesh wrote: Thanks Niall, That helped me to resolve those mentioned errors. But seems like I cannot get validWhen rule working? It doesn't even generate a JavaScript validation method "validateValidWhen()" Following is the code snippet

RE: Struts 1.2.4 validator is not working

2004-11-17 Thread Yadav, Ganesh
rs Mailing List Subject: Re: Struts 1.2.4 validator is not working Check out the upgrade notes here... http://wiki.apache.org/struts/StrutsUpgradeNotes11to124 My guess is you used to have your messages resources configured through the web.xml - this was considered deprecated in Struts 1.1 and h

Re: Struts 1.2.4 validator is not working

2004-11-17 Thread Niall Pemberton
Check out the upgrade notes here... http://wiki.apache.org/struts/StrutsUpgradeNotes11to124 My guess is you used to have your messages resources configured through the web.xml - this was considered deprecated in Struts 1.1 and has been removed from Struts 1.2.x You need to configure them int th