在WebRoot下面有一个tztgnews.jsp的jsp页面,是通过/tztg.do?method=query&type=a进行跳转的。
action的设置如下:   
     <action path="/tztg" parameter="method" scope="request"                           type="org.springframework.web.struts.DelegatingActionProxy">
     <forward name="query" path="/tztgnews.jsp"/>
    </action>
decorators.xml的设置如下:
         <excludes>
<pattern>/index.jsp</pattern>
<pattern>/tztg.do</pattern>
<pattern>/tztgnews.jsp</pattern>
</excludes>但返回的tztgnews.jsp总是被sitemesh装饰,请高人赐教何如设置才能不被该死的sitemesh装饰!!!万分感激。