RE: RE: [HELP][Struts 2] Problem integrating sitemesh

2006-09-02 Thread David Friedman
mphony.com/sitemesh/faq.html Regards, David -Original Message- From: Garner Shawn [mailto:[EMAIL PROTECTED] Sent: Saturday, September 02, 2006 10:31 PM To: Struts Users Mailing List Subject: RE: RE: [HELP][Struts 2] Problem integrating sitemesh For some reason I had to add the dispatch

RE: RE: [HELP][Struts 2] Problem integrating sitemesh

2006-09-02 Thread Garner Shawn
For some reason I had to add the dispatchers to the following: sitemesh /* FORWARD REQUEST I also had to upgrade from 2.3 xml definition to the following for 2.4 http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc

RE: RE: [HELP][Struts 2] Problem integrating sitemesh

2006-09-02 Thread Garner Shawn
Yeah the last xml chunck is the decorators xml file. The documentation said that the sitemesh.xml is optional. The /decorators/main.jsp is the same one from the sitemesh blank war. <%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator"; prefix="decorator" %> My Site -