[s2] Forward directly to JSP w/o processing

2008-02-13 Thread Allen, Daniel
Hi. I have a few places in my web app where a URL goes to a page that is more or less static. We still use JSPs for these static pages, since we're looking to use Tiles to re-use header/footer code and so on. Currently, though, my attempts to get Struts2 are just yielding no response on the

Re: [s2] Forward directly to JSP w/o processing

2008-02-13 Thread Jeromy Evans
I'm not sure what you mean by no response from the server. When you omit the class name on the action definition the default action will be used (usually ActionSupport) to set up the value stack and resources so you can use struts tags within the JSP. Your tiles result looks fine. If you