Re: Invoking Action Class from JSP

2008-09-30 Thread Laurie Harper
similar to . Does Struts have a class similar to ForwardResolution? --Eric -Original Message- From: zakary melvin [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2008 11:49 AM To: Struts Users Mailing List Subject: Re: Invoking Action Class from JSP You can use the struts tag. Just

RE: Invoking Action Class from JSP

2008-09-30 Thread Eric Nelson
ECTED] Sent: Tuesday, September 30, 2008 11:49 AM To: Struts Users Mailing List Subject: Re: Invoking Action Class from JSP You can use the struts tag.  Just include a reference to the struts-tags<%@ Then call the action like this: http://struts.apache.org/2.x/docs/action.html Documentatio

Re: Invoking Action Class from JSP

2008-09-30 Thread zakary melvin
You can use the struts tag.  Just include a reference to the struts-tags<%@ Then call the action like this: http://struts.apache.org/2.x/docs/action.html Documentation can be found here:   Hope this helps, Zak - Original Message From: Eric Nelson <[EMAIL PROTECTED]> To: user@struts.a