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
"Samere, Adam J" <[EMAIL PROTECTED]> wrote: 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:

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

Field check using DynaValidatorForm

2006-09-07 Thread leo mj
hi all, I want to do Dynamic field check using validator framework. I have done the following steps: 1.Add validator plugin in struts-config.xml 2.I have used index.jsp as my LOGIN page. With the following code: <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%> <%@ tagli

RE: Field check using DynaValidatorForm

2006-09-07 Thread RoseIndia.net Help
@struts.apache.org Subject: Field check using DynaValidatorForm hi all, I want to do Dynamic field check using validator framework. I have done the following steps: 1.Add validator plugin in struts-config.xml 2.I have used index.jsp as my LOGIN page. With the following code: <%@ taglib

Field check using DynaValidatorForm

2006-09-07 Thread leo mj
hi all, I want to do Dynamic field check using validator framework. I have done the following steps: 1.Add validator plugin in struts-config.xml 2.I have used index.jsp as my LOGIN page. With the following code: <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%> <%@ tagli