This content has been marked as final.
Show 3 replies
-
1. Re: issue with dynamic tabs
Rajeev Ravindran Aug 29, 2008 6:16 PM (in response to Rajeev Ravindran)I missed first line of code in my previous post . here is the updated code
<rich:tabPanel switchType="client" styleClass="myTable" id="serialTab" binding="#{rmaJobHandlerBean.tabPanel}"> <c:forEach items="#{rmaJobHandlerBean.currentJob.serialList}" var="serial"> <rich:tab label="#{serial.serialNumber == null ? 'New' : serial.serialNumber }" styleClass="myTabPane" labelWidth="#{fadbUtil.labelWidth}" >
Thanks, -
2. Re: issue with dynamic tabs
Ilya Shaikovsky Sep 1, 2008 6:46 AM (in response to Rajeev Ravindran)1) just manage selectedTab attribute binded to some property in your actions.
2) no tabpanel doesn't provides this option. you could vote on our wiki page for the features you need. -
3. Re: issue with dynamic tabs
Rajeev Ravindran Sep 4, 2008 1:03 PM (in response to Rajeev Ravindran)Thank you !!
you suggestion helped me resolve first issue. I will add the 2nd issue to the wiki page.
Thanks again.