Hi,

I am developing a web app, and I want to use the Nested Layouts feature.
But in the docs I don't see it very clear, if I have:

in main_layout.jsp

>             <div id="menu">
>                 <stripes:layout-component name="topbar">
>                     <jsp:include page="TopBar.jsp"/>
>                 </stripes:layout-component>
>             </div>


I should put in TopBar.jsp

> <stripes:layout-definition>
>     <stripes:layout-component name="TopBar">
>         <ul><li>Elem1</li></ul>
>     </stripes:layout-component>

</stripes:layout-definition>


or just the html stuff? And if I don't want to make the layout jsp
available, can I use relative paths? I say this because I work inside
WEB-INF and map the .jsp in .html

Greetings,

Javier Domingo
------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to