In Struts 1, I could use a ForwardAction (or forward attribute) to go
directly to a JSP page. The controller activates and the page renders.

Is there any such shortcut in S2? It would be nice if such a thing existed like:
<action name="gopage">
  <result name="success">/page.jsp</result>
</action>

Thanks,
Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to