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

pre-filled form values no longer work with struts 1.2.4

2004-09-21 Thread Ralf Hauser
arrive empty in the jsp? Anyone else experienced the same? Any hints would be highly appreciated! Ralf P.S.: What worked before public class LoadLoginAction extends Action ... loginForm.setFullName("Ralf Hauser"); ... session.setAttribute(&qu

pre-filled form values no longer work with struts 1.2.4

2004-09-21 Thread Ralf Hauser
arrive empty in the jsp? Anyone else experienced the same? Any hints would be highly appreciated! Ralf P.S.: What worked before public class LoadLoginAction extends Action ... loginForm.setFullName("Ralf Hauser"); ... session.setAttribute(&qu