RE: Field check using DynaValidatorForm

2006-09-07 Thread David Friedman
>From the note about the MalFormURL Exception I would initially guess you started the header DOCTYPE in the file incorrectly. You gave a 6 line entry from your validation.xml file split like so: http://jakarta.apache.org/ commons/dtds/validator_1_0.dtd"> In a DOCTYPE you should NEVER break

RE: Field check using DynaValidatorForm

2006-09-07 Thread leo mj
adam, Thanks... I have changed the validate="true" but i am getting an exception at the part of struts-config.xml The exception is ValidatorPlug I org.apache.struts.validator.ValidatorPlugIn initResources Loading validation rules file from '/WEB-INF/validator-rules.xml' [9/7/06 17:35:15:422 I

RE: Field check using DynaValidatorForm

2006-09-07 Thread Samere, Adam J
You have validate="false" in your action mapping. Change that to true. Adam -Original Message- From: leo mj [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 6:59 AM To: user@struts.apache.org Subject: Field check using DynaValidatorForm hi all, I want to do Dynamic field

RE: Field check using DynaValidatorForm

2006-09-07 Thread RoseIndia.net Help
Hi, Check this http://www.roseindia.net/struts/address_struts_validator.shtml above link shows you how to validate your form at client side. Regards Deepak Kumar -Original Message- From: leo mj [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 4:53 PM To: user@struts.apach