RE: How to preserve form values?
"Doug Schnelzer" <[email protected]> Thu, 26 Jun 2003 12:39:20 -0400
| Newsgroups | gmane.comp.java.mvc.devel |
|---|---|
| Message-ID | <[email protected]> |
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