tr:panelPopup does not work inside tr:accordionPanel
----------------------------------------------------
Key: TRINIDAD-1970
URL: https://issues.apache.org/jira/browse/TRINIDAD-1970
Project: MyFaces Trinidad
Issue Type: Test
Components: Components
Affects Versions: 1.2.13-core
Environment: NWDS - JSF Project with Facelets,xml
Reporter: Sayan Mandal
In my project, I have a tr:panelPopup embedded inside a tr:panelAccordion and
the panelPopup(even the link for opening the popup) does not appear. But if I
place the panelPopup outside the panelAccordion, it works. Please comment.
<tr:panelPopup text="Click Here!">
<tr:panelGroupLayout layout="vertical">
<tr:goLink text="point 1" destination="http://myfaces.apache.org"/>
</tr:panelGroupLayout>
</tr:panelPopup>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.