[richfaces-issues] [JBoss JIRA] Created: (RF-2723) componentControl inside modalPanel. Modal panel doesn't opened.

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Mon Mar 24 13:44:40 EDT 2008


componentControl inside modalPanel. Modal panel doesn't opened.
---------------------------------------------------------------

                 Key: RF-2723
                 URL: http://jira.jboss.com/jira/browse/RF-2723
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
            Reporter: Ilya Shaikovsky
         Assigned To: Nick Belaevski
             Fix For: 3.2.0


<f:subview xmlns="http://www.w3.org/1999/xhtml"
      xmlns:ui="http://java.sun.com/jsf/facelets"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:f="http://java.sun.com/jsf/core"
      xmlns:a4j="http://richfaces.org/a4j"
      xmlns:rich="http://richfaces.org/rich"> 
	<rich:modalPanel id="panel" width="350" height="100">
		<f:facet name="header">
			<h:panelGroup>
				<h:outputText value="Modal Panel"></h:outputText>
			</h:panelGroup>
		</f:facet>
		<f:facet name="controls">
			<h:panelGroup>
				<h:graphicImage value="/images/modal/close.png" style="cursor:pointer" id="hidelink"/>
				<rich:componentControl for="panel" attachTo="hidelink" operation="hide" event="onclick"/>
			</h:panelGroup>
		</f:facet>
		<h:outputText value="This panel is called using Component Control Component"></h:outputText>
		<br/>
		<h:outputText value="Closure link (X) works also through Component Control"></h:outputText>
		<h:outputLink value="#" id="link2">
		Show Modal Panel 
		<rich:componentControl for="panel2" attachTo="link" operation="show" event="onclick"/>
	</h:outputLink>
	</rich:modalPanel>

	<rich:modalPanel id="panel2" width="350" height="100">
		<f:facet name="header">
			<h:panelGroup>
				<h:outputText value="Modal Panel"></h:outputText>
			</h:panelGroup>
		</f:facet>
		<h:outputText value="This panel is called using Component Control Component"></h:outputText>
		<br/>
		<h:outputText value="Closure link (X) works also through Component Control"></h:outputText>
		<h:outputLink value="#" id="link23">
		Show Modal Panel 
		<rich:componentControl for="panel2" attachTo="link" operation="show" event="onclick"/>
	</h:outputLink>
	</rich:modalPanel>

	
	<h:outputLink value="#" id="link">
		Show Modal Panel 
		<rich:componentControl for="panel" attachTo="link" operation="show" event="onclick"/>
	</h:outputLink>
</f:subview>


Click at  link which opens first panel doesn't works without any errors.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list