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

Re: Strange Form Behavior

2004-05-05 Thread Niall Pemberton
" <[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 forward

Strange Form Behavior

2004-05-05 Thread Daniel Kalcevich
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