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 AppFuse:

<decorators defaultdir="/decorators">
    <excludes>
        <pattern>/resources/*</pattern>
    </excludes>
    <decorator name="default" page="default.jsp">
        <pattern>/*</pattern>
    </decorator>
</decorators>

Another thing you might consider is using Lightbox JS to display your
popups:

http://www.huddletogether.com/projects/lightbox2/

Matt

On 2/25/07, Jim Reynolds <[EMAIL PROTECTED]> wrote:
> 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 need to remove the decoration from this page, as all it needs
> is a simple image in a white window.
>
> Thanks for any advice,
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
http://raibledesigns.com

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


Reply via email to