Hi Janos.

I'm assuming you are using appfuse 1.9(.4) because that's what I use.

In web\WEB-INF\decorators.xml you just add your page as a pattern to the exclude list like this:
-----8<-----
<excludes>
    <pattern>/resources/*</pattern>
    <pattern>/helloworld.jsp</pattern>
</excludes>
----->8-----
and it will not be decorated.

HTH

Chris

Janos Mucsi wrote:
Hi

I created a jsp called helloworld.jsp in the document root. When I type http://localhost:8080/helloworld.jsp in the browser, the text in the JSP 'Hello World!' shows up but it is decorated.

Is there an Appfuse-specific documentation I can use or I can just read up on Sitemesh?

Thanks.


--
___________________________________________________

Christian Giese

Garderos Software Innovations GmbH
Werkstudent
[EMAIL PROTECTED]

St.-Martin Str. 47/C, D-81541 Muenchen, Germany
___________________________________________________

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

Reply via email to