Hi,

> http://struts.apache.org/2.0.11/docs/redirect-action-result.html
> the struts2.x prescribed algorithm is to use a redirect-action
> is there something specific in your webapp to prevent you from using
> redirect-action?

Maybe this could be named  "specyfic".. I want to redirect to action X
when application "starts". The first JSP I define with
<welcome-file-list>
   <welcome-file>jsp/index.jsp</welcome-file>
</welcome-file-list>
in web.xml.

In Struts 1 I can achive this behavior when in an above JSP page I
include <logic:redirect.>
with appropriate action name. How can I achive this with Struts2?

-- 
greetings! kbl/Cinek/greengoo
marcin.pietraszek.pl

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to