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
the struts-config.xml using the message-resources element Niall - Original Message - From: "Yadav, Ganesh" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, November 17, 2004 5:44 PM Subject: Struts 1.2.4 validator i

Struts 1.2.4 validator is not working

2004-11-17 Thread Yadav, Ganesh
Can somebody let me know any workaround for the following error? Latest struts download version 1.2.4 validator has following error This error is thrown on following line in JSP. I am using latest download so that I can use "ValidWhen" functionality. Am I the only one who is getting this erro