I changed the filter FilterDispatcher for
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
and it works perfect.
eduramiba wrote:
>
> Hi, I have a problem I don't know how to approach.
>
> For some actions, I use a token and it works perfect.
>
>
You only need
/g/homeNews.action
I use OGNL expression for dynamic redirection.
Nguyen Xuan Son-3 wrote:
>
> dear eduramiba
> I've tried
>
> class="com.baibai.action.RegisteredAccountAction"
> method="loginRegisteredAccount">
> %{homeNe
Hi, Nguyen Xuan Son-3.
When you want to redirect to other action you should write something like
this
%{redirect}
I use it for redirection to login needed actions after login and it works.
Nguyen Xuan Son-3 wrote:
>
> dear all
> in struts.xml I have
>
> class="com.baibai.action.RegisteredAc
Hi, I have a problem I don't know how to approach.
For some actions, I use a token and it works perfect.
But now I would like to use http://tuckey.org/urlrewrite/ Url Rewrite
Filter which needs to include
FORWARD
in the struts 2 FilterDispatcher to work. When I do this, the JSPs with
stop
4 matches
Mail list logo