RE: html:form doesn't return action

2004-10-25 Thread Carl F. Hall
Bill Siggelkow Sent: Monday, October 25, 2004 12:46 PM To: [EMAIL PROTECTED] Subject: Re: html:form doesn't return action I don't know if this is a cut-and-paste error but you are missing a '>' in your action mapping after ' parameter="method" ' Carl F.

Re: html:form doesn't return action

2004-10-25 Thread Bill Siggelkow
I don't know if this is a cut-and-paste error but you are missing a '>' in your action mapping after ' parameter="method" ' Carl F. Hall wrote: Whenever I use html:form, I only get the name of the context as the action. What would cause the action to not return correctly? See below for my specif

html:form doesn't return action

2004-10-25 Thread Carl F. Hall
Whenever I use html:form, I only get the name of the context as the action. What would cause the action to not return correctly? See below for my specific case. Thank you in advance for any help. This code: Returns this: My ActionMapping for is: Carl F. Hall