2009/9/2 bejaoui zied <[email protected]>: > <definition name="filepage" template="/example/template.jsp"> > <put-attribute name="header" value="/example/defaultHeader.jsp" /> > <put-attribute name="zied" value="/example/main_menu.jsp" /> > <put-attribute name="menu" value="/example/defaultMenu.jsp" /> > <put-attribute name="sidebar" value="/example/loginform.jsp" /> > <put-attribute name="body" value="/upload/home1.jsp" /> > <put-attribute name="footer" value="/example/defaultFooter.jsp" /> > > </definition> > > Home1.jsp is the jsf file. > When I run the example the jsf is not showing up, only the header and the > default menu are displayed.
Do you see some stack trace in the log? Antonio
