Subject: Form/scope conflict problems From: "Matt Raible" <[EMAIL PROTECTED]> === I have a userForm that I keep in session scope. I am trying to re-use this form for sending an e-mail to a different user in the system. I have setup a different <form-bean> with a new name (emailUser) and a new action mapping (/sendMail) referring to emailUser and with a request scope.
The problem I'm experiencing is that everytime I load my form with action /sendMail, it overwrites the userForm in the session scope. What gives - I'm naming it different - does Struts check for instanceof? Thanks, Matt -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

