? patch.txt ? lib/Tapestry-3.0.1 ? src/example-webapp/tapestry.html ? src/example-webapp/WEB-INF/sitemesh-tapestry.application ? src/example-webapp/decorators/Tapestry.html ? src/example-webapp/decorators/Tapestry.page ? src/example-webapp/decorators/Tapestry.script ? src/java/com/opensymphony/module/sitemesh/tapestry Index: build.xml =================================================================== RCS file: /cvs/sitemesh/build.xml,v retrieving revision 1.40 diff -u -r1.40 build.xml --- build.xml 8 Oct 2004 22:00:39 -0000 1.40 +++ build.xml 27 Jan 2005 17:05:01 -0000 @@ -107,7 +107,9 @@ - + + + @@ -148,6 +150,8 @@ + + Index: src/example-webapp/index.html =================================================================== RCS file: /cvs/sitemesh/src/example-webapp/index.html,v retrieving revision 1.3 diff -u -r1.3 index.html --- src/example-webapp/index.html 3 May 2004 09:03:56 -0000 1.3 +++ src/example-webapp/index.html 27 Jan 2005 17:05:01 -0000 @@ -15,6 +15,7 @@
  • Toggling Decorator
  • Agent Mapped Decorator
  • Meta Test
  • +
  • Tapestry Decorator
  • Velocity Decorator
  • Freemarker Decorator
  • Invalid panel source Test (not found)
  • Index: src/example-webapp/WEB-INF/decorators.xml =================================================================== RCS file: /cvs/sitemesh/src/example-webapp/WEB-INF/decorators.xml,v retrieving revision 1.6 diff -u -r1.6 decorators.xml --- src/example-webapp/WEB-INF/decorators.xml 19 Jul 2004 17:00:19 -0000 1.6 +++ src/example-webapp/WEB-INF/decorators.xml 27 Jan 2005 17:05:01 -0000 @@ -25,6 +25,10 @@ /freemarker.html + + /tapestry.html + + /agent.jsp Index: src/example-webapp/WEB-INF/web.xml =================================================================== RCS file: /cvs/sitemesh/src/example-webapp/WEB-INF/web.xml,v retrieving revision 1.10 diff -u -r1.10 web.xml --- src/example-webapp/WEB-INF/web.xml 8 Oct 2004 22:00:39 -0000 1.10 +++ src/example-webapp/WEB-INF/web.xml 27 Jan 2005 17:05:01 -0000 @@ -33,6 +33,12 @@ 1 + + sitemesh-tapestry + org.apache.tapestry.ApplicationServlet + 1 + + sitemesh-page @@ -51,6 +57,11 @@ sitemesh-freemarker *.ftl + + + + sitemesh-tapestry + /tapestry