ui:include disables menu

Posted by Goran B on Stack Overflow See other posts from Stack Overflow or by Goran B
Published on 2010-05-28T06:31:17Z Indexed on 2010/05/28 6:31 UTC
Read the original article Hit count: 245

Filed under:
|
|
|

<rich:tab id="profileInfoTab" label="Information" labelWidth="80">
    <ui:include src="/panels/tab2.jsp" />
</rich:tab>

<rich:tab id="profileReferenceTab" label="Referenser" labelWidth="80">
    <ui:include src="/panels/tab3.jsp" />
</rich:tab>

If I include all code in /panel/tab1.jsp instead of the ui:include everything is OK. If I use the ui:include nothing is rendered. Not even the tab-panel.

Why? Workarounds?

© Stack Overflow or respective owner

Related posts about jsf

Related posts about include