Hi all, I found out what the problem was and wanted to share it with you. You might already know it.... in my jsp page i was specifying the form name and type in the form tag. I just had to remove it. <html:form action="/add/addUser.do" <!--name="addUserForm" type="mil.dcma.iwam.action.add.AddUserForm"--> onsubmit="javascript: return stateVerify(this);" > Cheers, Telli Abbasian
-----Original Message----- From: [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' Sent: 6/30/2003 9:52 AM Subject: RE: [MVC-Programmers] RE: How to preserve form values? I do the same - only my model object has "selected items" that are updated in the Action -----Original Message----- From: Doug Schnelzer [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 12:39 PM To: [EMAIL PROTECTED] Subject: [MVC-Programmers] RE: How to preserve form values? Telli, The way that I do that is to make the input in the mapping go to a struts action that populates my drop downs, etc. (as opposed to making the input go directly to a JSP or a Tile). I'm interested in how others address this. - Doug Schnelzer Vizuri From: Telli Abbasian <[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Date: Thu, 26 Jun 2003 11:27:24 -0400 Subject: [MVC-Programmers] How to preserve form values? Reply-To: [EMAIL PROTECTED] Can someone please help me with the following... how can i preserve form values when it failes validation in the controller layer if my form is in scope request? Your help is greately appreciated, Telli Abbasian _______________________________________________ MVC-Programmers mailing list [EMAIL PROTECTED] http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers _______________________________________________ MVC-Programmers mailing list [EMAIL PROTECTED] http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers _______________________________________________ MVC-Programmers mailing list [EMAIL PROTECTED] http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers