Re: Problem with resultType "dispatcher" when using sitemesh

2014-01-07 Thread Lukasz Lenart
It won't work, you can try adding REQUEST FORWARD INCLUDE to Struts2 filter mapping. Instead of "dispatcher" try to use "chain" result. Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ 2014/1/7 Thomas Hermann : > Hello, > > I have a problem with the resultType "dispatcher" when us

Problem with resultType "dispatcher" when using sitemesh

2014-01-07 Thread Thomas Hermann
Hello, I have a problem with the resultType "dispatcher" when using sitemesh along with the StrutsFilter: In my struts.xml (see below) I have configured an action (myAction1) that forward the request (result-type=dispatcher) to another Action (myAction2) that display the view. In my web.xml(