I made a decorators.xml file overwritting the original to exclude
lotinnerform.html from decorator with default.jsp. But not works!.

<decorators defaultdir="/decorators">
    <excludes>
        <pattern>/40*.jsp</pattern>
        <pattern>/*ajax=true*</pattern>
        <pattern>/scripts/dojo/*</pattern>
        <pattern>/struts/dojo/*</pattern> 
        <pattern>/resources/*</pattern>
        <pattern>/lotinnerform.html*</pattern>
    </excludes> 
    <decorator name="default" page="default.jsp">
        <pattern>/*</pattern>
    </decorator>
</decorators>

After look at this thread
http://www.nabble.com/forum/ViewPost.jtp?post=11705017&framed=y&skin=2369
 I change the line to:
...
<pattern>/WEB-INF/pages/lotinnerform.jsp</pattern>
...

but not works again... So, wich is the way to exclude this file from
decorators?

thanks, Jesfre.



Mike Horwitz wrote:
> 
> Just exclude the URL in the decorators.xml file.
> 
> Mike.
> 
> On Nov 16, 2007 7:03 PM, John Kwon <[EMAIL PROTECTED]> wrote:
> 
>> The customer just asked if I could have one of the jsp pages in my Spring
>> app not be nested in with the defaults - i.e., no header.jsp, etc.
>>
>> Any quick way to do this?
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Question-about-nested-jsps-tp13799528s2369p14517782.html
Sent from the AppFuse - User mailing list archive at Nabble.com.

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

Reply via email to