On 10/13/2017 12:47 PM, Ej Magdaluyo wrote:
> <action name=*"viewMyRequest"* method=*"viewMyRequest"* class=
> *"com.MyRequestAction"*>
> 
> <result name=*"success"*>/viewMyRequest.jsp</result>
> 
> </action>

I have no idea how above works in your previous app!! I guess that is an 
another bug in your app. You don't have `/viewMyRequest.jsp` (rather 
than `/jsp/viewMyRequest.jsp`) so maybe you get 403 because of this (As 
Ɓukasz correctly mentioned, such fails usually are from the container; 
here Jetty). According to context, I think you should rewrite above as 
below:

<result name="success" type="tiles">/viewMyRequest</result>

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

Reply via email to