Have you tried the following?

<pattern>/attributePicker.html*</pattern>

On 5/16/07, Will Berger <[EMAIL PROTECTED]> wrote:

oops.

My decorators.xml file looks as follows.

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




Hi,

I a struts 2 action that is mapped to url /attributePicker.html and a
exclude entry in my decorator file.  Since it is a popup, i don't want it
decorated.  It needs to look different.


When i type in the url  /attributePicker.html, it does what i expect does
not decorate the url

If I put request parameters in the url, the exclude fails and the page is
decorated.  What am i doing wrong?

Any help much appreciated.

Will


<decorators defaultdir="/decorators">
    <excludes>
         <pattern>/WEB-INF/pages/attributePicker.jsp</pattern>
        <pattern>/resources/*</pattern>
        <pattern>/scripts/dojo/*</pattern>
    </excludes>
    <decorator name="default" page="default.jsp">
        <pattern>/*</pattern>
    </decorator>
</decorators>



--
View this message in context: 
http://www.nabble.com/sitemesh-and-decorator-exclude-tag-not-working-tf3765765s2369.html#a10645677
Sent from the AppFuse - User mailing list archive at Nabble.com.

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