html:link tag's action attribute?

2003-03-13 Thread Mervin Williams
Does the html:link tag's action attribute work in Struts 1.1 RC? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: html:link tag's action attribute?

2003-03-13 Thread James Mitchell
] To: [EMAIL PROTECTED] Sent: Thursday, March 13, 2003 3:28 PM Subject: html:link tag's action attribute? Does the html:link tag's action attribute work in Struts 1.1 RC? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: html:link tag's action attribute?

2003-03-13 Thread Mervin Williams
Should I use the latest build or the 2/22/03 build? -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 2:31 PM To: Struts Users Mailing List Subject: Re: html:link tag's action attribute? Yes, I just finished a complete test suite

Re: html:link tag's action attribute?

2003-03-13 Thread James Mitchell
, 2003 3:35 PM Subject: RE: html:link tag's action attribute? Should I use the latest build or the 2/22/03 build? -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 2:31 PM To: Struts Users Mailing List Subject: Re: html:link tag's action

RE: html:link tag's action attribute?

2003-03-13 Thread Mervin Williams
To: Struts Users Mailing List Subject: Re: html:link tag's action attribute? What kind of problems are you having? Errors? -- James Mitchell Software Developer/Struts Evangelist http://struts.sourceforge.net/struts-atlanta/ - Original Message - From: Mervin Williams [EMAIL PROTECTED

Re: html:link tag's action attribute?

2003-03-13 Thread James Mitchell
/ - Original Message - From: Mervin Williams [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, March 13, 2003 4:09 PM Subject: RE: html:link tag's action attribute? When I add the action attribute to my html:link tag, I get the following exception

RE: html:link tag's action attribute?

2003-03-13 Thread Mervin Williams
, 2003 3:27 PM To: Struts Users Mailing List Subject: Re: html:link tag's action attribute? If you specify an action in the link tag: html:link action=somethingClick me/html:link ...then you must have something defined as an action in your config file: action path=something ... -- James

Re: html:link tag's action attribute?

2003-03-13 Thread James Mitchell
PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, March 13, 2003 4:36 PM Subject: RE: html:link tag's action attribute? I do have the action that I specify defined in the struts.config. The exception generated indicates that there is a problem with the version of the TLD

RE: html:link tag's action attribute?

2003-03-13 Thread Mervin Williams
List Subject: Re: html:link tag's action attribute? I just checked RC1 download that 'action' is specified for the 'link' tag. Are you sure don't have an old copy or using struts-el? -- James Mitchell Software Developer/Struts Evangelist http://struts.sourceforge.net/struts-atlanta/ - Original