You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Sayan Mandal (JIRA)" <de...@myfaces.apache.org> on 2010/12/06 17:38:12 UTC

[jira] Created: (TRINIDAD-1970) tr:panelPopup does not work inside tr:accordionPanel

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.


[jira] Commented: (TRINIDAD-1970) tr:panelPopup does not work inside tr:accordionPanel

Posted by "Matt Cooper (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12967250#action_12967250 ] 

Matt Cooper commented on TRINIDAD-1970:
---------------------------------------

If your showDetailItem is not disclosed, this is expected because undisclosed content is not going to be encoded (for performance reasons).

> 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.