[richfaces-issues] [JBoss JIRA] Created: (RF-6439) ExtendedDataTable in modal panel - undefined this.selectionManger

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Wed Feb 25 12:45:44 EST 2009


ExtendedDataTable in modal panel - undefined this.selectionManger
-----------------------------------------------------------------

                 Key: RF-6439
                 URL: https://jira.jboss.org/jira/browse/RF-6439
             Project: RichFaces
          Issue Type: Bug
         Environment: IE7
            Reporter: Nick Belaevski


	<rich:modalPanel id="panelDoc" width="650" height="650">
		<f:facet name="header">
			<h:panelGroup>Doc</h:panelGroup>
		</f:facet>
		<f:facet name="controls">
			<h:panelGroup>
				<h:graphicImage value="/img/break.gif" style="cursor: pointer;">
					<rich:componentControl for="panelDoc" operation="hide" event="onclick"/>
				</h:graphicImage>
			</h:panelGroup>
		</f:facet>
		<h:form>
		<rich:extendedDataTable value="#{forum5Bean.data}" var="field1" id="extData">
	 		<rich:column>#{field1}</rich:column>
	   	</rich:extendedDataTable>
		</h:form>
	</rich:modalPanel>


	<h:form> 
		<a4j:commandLink value="open panel" reRender="extData" oncomplete="Richfaces.showModalPanel('panelDoc');"/>
	</h:form>



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

        



More information about the richfaces-issues mailing list