tibi wrote:
    <decorator name="default" page="default.jsp">
        <pattern>/some_thml_file_here_please</pattern>
    </decorator>

The patterns in question are not pages. They are patterns to match against the requested URL. This typically means you need to specify that the pattern you list is just the first part of the set of URLs against which it should match. (I.E.: Add a "*" to the end of what you've got.)

There are many ways to map requests to decorators. This page details some of them:
http://www.opensymphony.com/sitemesh/dm.html

And at the end of the day, you're looking in the wrong place for assistance. Many of us have used sitemesh, but if you're looking for sitemesh experts, I'd suggest you look to the sitemesh documentation and or support forums: http://www.opensymphony.com/sitemesh/ or http://forums.opensymphony.com/forumfilter.jspa?forumID=3&start=0&filter=answered

-Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to