[
https://jira.jboss.org/browse/RF-8948?page=com.atlassian.jira.plugin.syst...
]
Nick Belaevski updated RF-8948:
-------------------------------
Assignee: Andrey Markhel
Fix Version/s: 4.0.0.Milestone2
Component/s: component-panels-layout-themes
CDK migration should resolve this problem.
ComponentControl in PopupPanel: Parent not an instance of
ClientBehaviorHolder
------------------------------------------------------------------------------
Key: RF-8948
URL:
https://jira.jboss.org/browse/RF-8948
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 4.0.0.Milestone1
Reporter: Lukas Fryc
Assignee: Andrey Markhel
Fix For: 4.0.0.Milestone2
It should not be fully working sample, I was trying to get working the sample from
RF-4010, but got error:
/index.xhtml @22,41 <rich:componentControl> Parent not an instance of
ClientBehaviorHolder: org.richfaces.component.UIPopupPanel@4e39f16f
Sample:
<rich:panel>
<a
href="RichFaces.ui.PopupPanel.showPopupPanel('notesPanel')">Open
panel</a>
<rich:popupPanel id="notesPanel" width="600"
height="580">
<f:facet name="header">
<h:outputText value="Notes" />
</f:facet>
<f:facet name="controls">
<rich:componentControl for="notesPanel" attachTo="hidelink"
event="onclick" operation="hide" />
</f:facet>
</rich:popupPanel>
</rich:panel>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira