I can't get the <excludes/> part done some time ago, and I end up doing this
to work around:
    <decorator name="none">
        <pattern>/what/you/want/to/exclude</pattern>
    </decorator>


tibi-3 wrote:
> 
> hi,
> 
> exluding html pages is no problem met jsp page will not be exluded. 
> anyone a hint?
> 
> my decorators.xml
> ---------------------------------
> <decorators defaultdir="/decorators">
>     <excludes>
>         <pattern>/resources/*</pattern>
>         <pattern>/topnet/ajax-return/*</pattern>
>         <pattern>/topnet/salesSoon.html</pattern>
>     </excludes>
>     <decorator name="default" page="default.jsp">
>         <pattern>/*</pattern>
>     </decorator>
> </decorators>
> ---------------------------------
> 
> my ajax-return folders holds the jsp pages. when in my strtus xml i have:
>             <!--result name="AJAX" 
> type="redirect">/topnet/ajax-return/eventSpanAction.html</result-->
>             <result 
> name="AJAX">/WEB-INF/pages/topnet/ajax-return/eventSpanAction.jsp</result>
> when i use the first one the decorations will be excluded but when i 
> have the second it will not.
> 
> thanks,
> 
> tibi
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/exlude-jsp-decorators-tf3674307s2369.html#a10281301
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