DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38581>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38581 ------- Additional Comments From [EMAIL PROTECTED] 2006-02-14 18:43 ------- (In reply to comment #4) > Thanks for the prompt reply. > I downloded the jar but it still does not work. > It doesn't throw any error. It performs the server side validation and it does > not perform the client side validation. OK I downloads Commons Validator from 14th Feb (commons-validator-20060214.zip) and I downloaded Netscape 4.79 and ran the struts-examples webapp. There was a problem initially because one of the form fields had a name of "name"... <input type="text" name="name" /> ...but once I removed that, the Javascript validation worked fine. You'll either have to debug it yourself and tell me what the problem is - or attach the generated html page to this bug so I can look at it. Are you sure the app was picking up the correct validator jar - did it include the correct version of the jcv_isFieldPresent() method in your javascript? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
