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
Ralf I'm guessing that the this is the same login form that you're talking about in this bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=31291 ... if thats the case then my guess is the problems lies with you using the "name" and "type" attributes like this... In struts 1.2 the