RE: Strange Form Behavior

2004-05-05 Thread Daniel Kalcevich
That was it! An included page was declaring another form tag.  Thanks
Niall! 

-Original Message-

From: Niall Pemberton [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 05, 2004 1:52 PM
To: Struts Users Mailing List
Subject: Re: Strange Form Behavior

Someone else had a similar problem recently and it was caused by having
an
additional  element on his jsp page. I'd start by checking
your
jsp page.

Niall

- Original Message - 
From: "Daniel Kalcevich" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, May 05, 2004 9:39 PM
Subject: Strange Form Behavior


I have the following actions defined in my struts-config:



  

When I go to /addLender.do the page loads fine, and actually calls the
AddLenderAction class.  The page that /addLender forwards to is a global
forward using a Tile definition.  On that page I have a form that is
declared by using "  ".  The
source code looks correct in terms of the HTML it produces.  But the
problem is that when I submit the form, it keeps going back to
/addLender.do instead of going to /validateAddLender.do.

I am stumped on why this would not be working, so any advice is welcome.
Thanks.

Daniel

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Strange Form Behavior

2004-05-05 Thread Niall Pemberton
Someone else had a similar problem recently and it was caused by having an
additional  element on his jsp page. I'd start by checking your
jsp page.

Niall

- Original Message - 
From: "Daniel Kalcevich" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, May 05, 2004 9:39 PM
Subject: Strange Form Behavior


I have the following actions defined in my struts-config:



  

When I go to /addLender.do the page loads fine, and actually calls the
AddLenderAction class.  The page that /addLender forwards to is a global
forward using a Tile definition.  On that page I have a form that is
declared by using "  ".  The
source code looks correct in terms of the HTML it produces.  But the
problem is that when I submit the form, it keeps going back to
/addLender.do instead of going to /validateAddLender.do.

I am stumped on why this would not be working, so any advice is welcome.
Thanks.

Daniel

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]