Re: Order of filters when using Sitemesh

2012-01-22 Thread Chris Mawata
Thanks, Lukasz. That clears up my confusion. On 1/22/2012 6:52 AM, Łukasz Lenart wrote: Check section, not declaration ofs itself Regards - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands

Re: Order of filters when using Sitemesh

2012-01-22 Thread Łukasz Lenart
Check section, not declaration of s itself Regards -- Łukasz 2012/1/22 Chris Mawata : > I noticed in the final example on the page > http://struts.apache.org/2.3.1.1/docs/sitemesh-plugin.html > that the order of configuration in web.xml there is StrutsPrepareFilter then > StrutsExecuteFilter a

Order of filters when using Sitemesh

2012-01-22 Thread Chris Mawata
I noticed in the final example on the page http://struts.apache.org/2.3.1.1/docs/sitemesh-plugin.html that the order of configuration in web.xml there is StrutsPrepareFilter then StrutsExecuteFilter and then SiteMeshFilter. It used to be important to have Sitemesh between Prepare and Execute. Is