Are you trying to exclude /test/* from getting decorated? If so, you should exclude the path to the JSP as well.
Matt On 7/24/07, ChengJiaguo <[EMAIL PROTECTED]> wrote:
i add a package in stuct.xml ..... <package name="test" extends="default" namespace="/test"> <action name="test" class="com.opensymphony.xwork2.ActionSupport"> <result name="success">/WEB-INF/pages/test.jsp</result> </action> </package> and then i add The pattern in decorators.xml <pattern>/test/*</pattern> It seem The sitemesh cann't work when i visit http://127.0.0.1:8080/test/test.html.... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]