Hi,
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?
Thanks in advance,
Todor