Re: One JSP with an Action Link and a Form

2006-06-26 Thread T. Wong
ECTED] Sent: Monday, June 26, 2006 8:22 PM To: user@struts.apache.org Subject: One JSP with an Action Link and a Form I have a JSP and there are a link (it invokes an action) and a form (the form has a submit button). My struts-config.xml looks l

RE: One JSP with an Action Link and a Form

2006-06-26 Thread David Friedman
Do you have a more complete stack trace and more detail in any error logs? -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 8:22 PM To: user@struts.apache.org Subject: One JSP with an Action Link and a Form I have a JSP and there are a link (it

One JSP with an Action Link and a Form

2006-06-26 Thread Caroline Jen
I have a JSP and there are a link (it invokes an action) and a form (the form has a submit button). My struts-config.xml looks like: [code] [/code] My JSP works well