RE: pre-filled form values no longer work with struts 1.2.4

2004-09-21 Thread Ralf Hauser
Niall, Ok, I changed the form scope to "session" in all action mappings in my struts-config.xml and that seems to work. Thx a lot! Ralf P.S.: This was easier than going through all my java action classes since it was only in one file. I hope this won't cause other side-effects! > -Original M

RE: pre-filled form values no longer work with struts 1.2.4

2004-09-21 Thread Ralf Hauser
Niall, Ok, I changed the form scope to "session" in all action mappings in my struts-config.xml and that seems to work. Thx a lot! Ralf P.S.: This was easier than going through all my java action classes since it was only in one file. I hope this won't cause other side-effects! > -Original M

Re: pre-filled form values no longer work with struts 1.2.4

2004-09-21 Thread Niall Pemberton
action mapping to "session" or store the pre-filled loginForm in request scope instead. Niall - Original Message - From: "Ralf Hauser" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 21, 2004 10:22 AM Subject: pre-filled form values n

pre-filled form values no longer work with struts 1.2.4

2004-09-21 Thread Ralf Hauser
Hi, In the process of migrating from struts1.1 to 1.2.4, the following problem arises: Often in an action-execute(), I pre-populate a form bean and save it into the session in order to subsequently show these values in the next jsp containing that same form. Now, all such form field values arrive

pre-filled form values no longer work with struts 1.2.4

2004-09-21 Thread Ralf Hauser
Hi, In the process of migrating from struts1.1 to 1.2.4, the following problem arises: Often in an action-execute(), I pre-populate a form bean and save it into the session in order to subsequently show these values in the next jsp containing that same form. Now, all such form field values arrive