RE: Populating a new form bean and passing it on to the next request

2005-05-25 Thread Chris Loschen
a new form bean and passing it on to the next request you set stuff in your request object..but for the login form another request object is created and it has a seperate instance of loginForm..i am a bit rusty with struts, pls correct me if i am wrong -Original Message- From: Chris Lo

RE: Populating a new form bean and passing it on to the next request

2005-05-25 Thread Chris Loschen
, loginForm, request, response); I'm testing the results now, but it seems to be working. Thanks for your help! Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 25, 2005 4:46 PM To: Struts Users Mailing List Subject: Re: Populating a new

RE: Populating a new form bean and passing it on to the next request

2005-05-25 Thread meyawn
you set stuff in your request object..but for the login form another request object is created and it has a seperate instance of loginForm..i am a bit rusty with struts, pls correct me if i am wrong -Original Message- From: Chris Loschen [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 25, 2

Re: Populating a new form bean and passing it on to the next request

2005-05-25 Thread erikweber
Sorry this doesn't answer your question directly, but I would back up a bit and question your design. Rather than try to invoke your LoginAction manually from another action, I would just invoke all the necessary methods in your ForgotPasswordAction. Presumably logging on is little more than a