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 Message----- ... > > My guess is that the scope on the mapping for your "login" mapping is > "request" - Struts <html:form> tag now will check if that form exists in > "request" scope - if it doesn't it will create a new one - ignoring the > one > you stored in the session. Either change the action mapping to "session" > or > store the pre-filled loginForm in request scope instead. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]