RE: Cannot find message resources under key org.apache.struts.action.MESSAGE

2004-10-25 Thread Carl F. Hall
I had this problem when I didn't have a message resources file. I don't use one currently so I had to create a blank file then reference it in my struts-config file. Hope this helps. -Original Message- From: Charl Gerber [mailto:[EMAIL PROTECTED] Sent: Monday, October 25, 2004 3:02 PM

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.

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