If you are validating in the ActionForm, don't; validate in the Action class.
In struts-config.xml make sure the "validate" attribute of the <action path> tag is "false." Mark -----Original Message----- From: Canning, Chuck [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 12:18 PM To: 'Struts Users Mailing List' Subject: Dsiplaying forms without validation Hi, I have a series of pages which are used to collection information about a user. basic registration type stuff. My question is: How do I get Struts to display my page with the form without performing validation until the form is submitted? Do I have to create separate action mappings for each page one with the form and one without. I am new to struts. Oh yeah, I am using struts 1.1. Chuck --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]