I have a problem using the induction panel inside one of the tabs, I'm using the arrordian item Can not expand the works well outside the tabbed panel Can anyone help? I think that this nested show could happen with Datitimes, but whenever every component has its own ID, it still does not work.
Here is the code with which I have a problem:
& lt; Tr: panelTabbed id = "pt1" & gt; & Lt; Tr: showDetailItem text = "Tab 1" id = "sdiT1" & gt; & Lt; Tr: panelHeader text = "header1" /> & Lt; Tr: panelAccordion revealing non = "true" id = "pa1" & gt; & Lt; Tr: showDetailItem text = "Accordion 1" id = "sdiA1" & gt; & Lt; Tr: panelHeader text = "header1" /> & Lt; / Tr: showDetailItem & gt; & Lt; Tr: showDetailItem text = "Accordion 2" id = "sdiA2" & gt; & Lt; Tr: panelHeader text = "Header 2" /> & Lt; / Tr: showDetailItem & gt; & Lt; Tr: showDetailItem text = "Accordion 3" id = "sdiA3" & gt; & Lt; Tr: panelHeader text = "header3" /> & Lt; / Tr: showDetailItem & gt; & Lt; / Tr: panelAccordion & gt; & Lt; / Tr: showDetailItem & gt; & Lt; Tr: showDetailItem text = "Tab 2" id = "sdiT2" & gt; & Lt; Tr: panelHeader text = "Header 2" /> & Lt; / Tr: showDetailItem & gt; & Lt; Tr: showDetailItem text = "Tab 3" id = "sdiT3" & gt; & Lt; Tr: panelHeader text = "header3" /> & Lt; / Tr: showDetailItem & gt; & Lt; Tr: showDetailItem text = "Tab 4" id = "sdiT4" & gt; & Lt; Tr: panelHeader text = "header4" /> & Lt; / Tr: showDetailItem & gt; & Lt; Tr: showDetailItem text = "Tab 5" id = "sdiT5" & gt; & Lt; Tr: panelHeader text = "header 5" /> & Lt; / Tr: showDetailItem & gt; & Lt; / Tr: panelTabbed & gt; Thank you in advance
I have tested your code And it works. A
& lt; Tr: form & gt; Is the code inside the tag?
I am jsf1.2 and trinidad at 1.2.14
Comments
Post a Comment