Re: [appfuse-user] sitemesh problem

2007-02-25 Thread Wayland Chan
Too add to Matt's advice. Put the popup pages in a separate directory and use the exclude as Matt said. On 2/25/07, Matt Raible <[EMAIL PROTECTED]> wrote: You should be able to exclude decoration by adding more excludes to src/main/webapp/WEB-INF/decorators.xml. Here's an example from AppFus

Re: [appfuse-user] sitemesh problem

2007-02-25 Thread Matt Raible
You should be able to exclude decoration by adding more excludes to src/main/webapp/WEB-INF/decorators.xml. Here's an example from AppFuse: /resources/* /* Another thing you might consider is using Lightbox JS to display your popups: http://www.huddletogether.co

[appfuse-user] sitemesh problem

2007-02-25 Thread Jim Reynolds
Hello, I am using Equinox 1.7 and have created a large site with a main default decorator that creates the most of the view except for the body area. Anyway, I am showing some images, and need to show them in popup window. Problem is, when I display the popup, the page is decorated. I really ne