Results 1 to 1 of 1
- 10-07-2009, 03:57 AM #1
Member
- Join Date
- Sep 2009
- Posts
- 8
- Rep Power
- 0
problem with <ui:include> in tabpanel
Hi there,
I want to include timesheetlist.xhtml file in a tab panel so that all the contents of timesheetlist.xhtml can be displayed when I click the tab panel.
<rich:tab id="tabPanel2" label="Timesheet">
<ui:include src="timesheetlist.xhtml">
</ui:include>
</rich:tab>
& also tried
<rich:tab id="tabPanel2" label="Timesheet">
<a4j:include viewId="/timesheetlist.xhtml" />
</rich:tab>
So, can anyone please help me with thisLast edited by raj18; 10-07-2009 at 05:12 AM.
Similar Threads
-
weekly calendar on tabpanel
By raj18 in forum Advanced JavaReplies: 5Last Post: 09-30-2009, 01:34 AM -
include-prelude/include-coda
By devin in forum Java ServletReplies: 0Last Post: 02-11-2009, 07:33 PM -
How to include lib in JAR file
By adam.muller in forum EclipseReplies: 4Last Post: 08-06-2008, 05:15 PM -
<jsp:include> Vs <%@include> Vs <jsp:forward> Vs RequestDispatcher .forward/includeVs
By freddieMaize in forum Java ServletReplies: 5Last Post: 07-29-2008, 02:13 PM -
jsp:include and include file
By Heather in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 07-14-2007, 04:19 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks