Problems using Sitemesh and IAS (Internet Application Server)

Javi <[email protected]> Wed, 27 Dec 2006 03:35:18 CST
Newsgroups gmane.comp.web.sitemesh.general
Message-ID <5458547.1167212249662.JavaMail.os-j2ee@opensymphony01.managed.contegix.com>
I am decorating a web page using Sitemesh. Using Tomcat 5.5 ir works properly. I use only one decorator file where I place three distinct pages for decorating the web page depending on the user actions. However, when the web application is deployed in IAS server, the behaviour is quite different and only one decorator page is used for all pages in the application

The decorator.xml file has been configured as shown as follows

    <excludes>
        <pattern>/*LoginServlet*</pattern>
        .............
        ............. 
    </excludes>
     
    <decorator name="default" page="default.jsp">
         <pattern>/*</pattern> 
    </decorator>
    
    <decorator name="defaultConFiltrosMenu" page="defaultConFiltrosMenu.jsp">
         <pattern>/disposicionPorRevisarListCargar.do</pattern>
         .................
        ..................
    </decorator>

    <decorator name="defaultConMenu" page="defaultConMenu.jsp">
         <pattern>/cargarComplementariosSinProcesar2.do</pattern>
         ...................
         ...................
    </decorator> 

The only decorator page that is taken into account is default.jsp for the pattern /* and all the pages are decorated using this. The rest of the user actions defined in the file are not taken into account

are there any problems decorating web applications with Sitemesh in IAS Server??

thank you very much in advanced and sorry for any mistake writing in English.!!!!!
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=55558&messageID=110525#110525

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]