You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2014/10/25 01:49:34 UTC

[jira] [Reopened] (MYFACES-3920) HtmlPanelGroup implements ClientBehaviorHolder, but does not render it's behaviors

     [ https://issues.apache.org/jira/browse/MYFACES-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe reopened MYFACES-3920:
-------------------------------------

Reopening issue as evidence found on users lists:

I’m trying to attach an Ajax listener to a panel group:

<h:panelGroup layout=“block”>
        <f:ajax event=“dblclick” render=“…” listener=“#{…}” />
</h:panelGroup>

The listener is not being called although an Ajax request is processed and the components specified under the “render” attribute are correctly replaced. I’ve noticed that the decode-Method in HtmlGroupRendererBase is not implemented and thus the client behaviours are not decoded. Panel grids, on the other, decode the behaviours and everything works as expected.

Is there a particular reason why the decode method has been omitted inside HtmlGroupRendererBase?


> HtmlPanelGroup implements ClientBehaviorHolder, but does not render it's behaviors
> ----------------------------------------------------------------------------------
>
>                 Key: MYFACES-3920
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3920
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 2.2.4
>            Reporter: Sven Linstaedt
>            Assignee: Leonardo Uribe
>            Priority: Minor
>             Fix For: 2.2.5
>
>
> Summary says everything



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)