On Tue, Nov 30, 2010 at 10:35 AM, Greg Lindholm wrote: > Question 4) In the "Example" section of the doc the sitemesh filter > appears after the two struts filters, is this correct? I was under the > impression that the sitemesh filter must be declared between the > struts-prepare and struts-execute filters. Is this the example wrong? >
The declaration order of filters doesn't matter: it's the filter-mappings that are ordered. Dave