Re: Action jumping to execute instead of reading form parameters

2007-07-09 Thread Chris Pratt
Glad you found it. (*Chris*) On 7/9/07, Shilpa Kulkarni <[EMAIL PROTECTED]> wrote: It was not misspellings - but equally silly mistake. My set method signature was wrong :( I was cross checking everything but that.

Re: Action jumping to execute instead of reading form parameters

2007-07-09 Thread Shilpa Kulkarni
It was not misspellings - but equally silly mistake. My set method signature was wrong :( I was cross checking everything but that.

Re: Action jumping to execute instead of reading form parameters

2007-07-09 Thread Chris Pratt
The only other thing that comes to mind would be misspellings. (*Chris*) On 7/9/07, Shilpa Kulkarni <[EMAIL PROTECTED]> wrote: Thanks for reply Chris. I am using defaultStack. So no change there.

Re: Action jumping to execute instead of reading form parameters

2007-07-09 Thread Shilpa Kulkarni
Thanks for reply Chris. I am using defaultStack. So no change there.

Re: Action jumping to execute instead of reading form parameters

2007-07-09 Thread Chris Pratt
Did you change the interceptor stack for this action? (*Chris*) On 7/9/07, Shilpa Kulkarni <[EMAIL PROTECTED]> wrote: I am relatively new to Struts. I have a simple form submitting to an action. The problem is http://./.action is straight going into execute method. It is not going into the

Action jumping to execute instead of reading form parameters

2007-07-09 Thread Shilpa Kulkarni
I am relatively new to Struts. I have a simple form submitting to an action. The problem is http://./.action is straight going into execute method. It is not going into the get/set methods for form parameters. Can someone please tell what is the common cause of such a problem? I have written s