RE: Struts 2 Action Classes (HELP!)

2007-02-27 Thread cilquirm
assed from the form are not?! > > Could anyone explain please? ;) > > -Original Message- > From: Gabe Hamilton [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 27, 2007 11:44 AM > To: Struts Users Mailing List > Subject: Re: Struts 2 Action Classes (HELP!) > > I bel

Re: Struts 2 Action Classes (HELP!)

2007-02-27 Thread Nuwan Chandrasoma
Hi, can we see your struts.xml? Thanks, Nuwan. - Original Message - From: "Paul Saumets | Merge" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 27, 2007 2:50 PM Subject: Struts 2 Action Classes (HELP!) I'm having some difficulty passing along params from

RE: [S2] Struts 2 Action Classes (HELP!)

2007-02-27 Thread Paul Saumets | Merge
ssage- From: Gabe Hamilton [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 27, 2007 11:44 AM To: Struts Users Mailing List Subject: Re: Struts 2 Action Classes (HELP!) I believe the Parameters Interceptor will call your setUserName() method. I would check that that interceptor is in the

Re: Struts 2 Action Classes (HELP!)

2007-02-27 Thread Gabe Hamilton
I believe the Parameters Interceptor will call your setUserName() method. I would check that that interceptor is in the stack used for LoginAction. -Gabe On 2/27/07, Paul Saumets | Merge <[EMAIL PROTECTED]> wrote: I'm having some difficulty passing along params from my action forms with Strut

Struts 2 Action Classes (HELP!)

2007-02-27 Thread Paul Saumets | Merge
I'm having some difficulty passing along params from my action forms with Struts 2. I have a basic jsp form declared as follows: executeLogin is correctly mapped to my LoginAction action class which looks something like the following: public class LoginAction extends ActionSupport {