[richfaces-issues] [JBoss JIRA] Created: (RF-8948) ComponentControl in PopupPanel

Lukas Fryc (JIRA) jira-events at lists.jboss.org
Mon Jul 19 12:54:53 EDT 2010


ComponentControl in PopupPanel
------------------------------

                 Key: RF-8948
                 URL: https://jira.jboss.org/browse/RF-8948
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 4.0.0.Milestone1
            Reporter: Lukas Fryc


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

        


More information about the richfaces-issues mailing list