Re: How to import a struts 2 action into a jsp?

2009-09-24 Thread Wes Wannemacher
+1 to Nils suggestion on the s:action tag. If you want the output from 'running' the action, set executeResult=true on the tag. -Wes On Thu, Sep 24, 2009 at 6:01 AM, Nils-Helge Garli Hegvik wrote: > Can't you use the s:action tag? Anyway, this might have something to > do with filter configurati

Re: How to import a struts 2 action into a jsp?

2009-09-24 Thread Nils-Helge Garli Hegvik
Can't you use the s:action tag? Anyway, this might have something to do with filter configuration. Try adding this to the filter definition in web.xml: REQUEST INCLUDE FORWARD Nils-H On Thu, Sep 24, 2009 at 11:18 AM, Per Johansson wrote: > Hi, > > I am new to Struts and want to import a Struts

How to import a struts 2 action into a jsp?

2009-09-24 Thread Per Johansson
Hi, I am new to Struts and want to import a Struts 2 action into a jsp by jstl import: But neither Tomcat nor Jboss seem to like this - but gives the reply: Importing /HelloWorld_input.action: The requested resource (/HelloImport/HelloWorld_input.action) is not available Using c:import d