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

Alex Kolonitsky (JIRA) jira-events at lists.jboss.org
Thu Sep 3 02:50:23 EDT 2009


     [ https://jira.jboss.org/jira/browse/RF-6439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Kolonitsky resolved RF-6439.
---------------------------------

    Resolution: Done


> ExtendedDataTable in modal panel - undefined this.selectionManger
> -----------------------------------------------------------------
>
>                 Key: RF-6439
>                 URL: https://jira.jboss.org/jira/browse/RF-6439
>             Project: RichFaces
>          Issue Type: Bug
>          Components: component-tables
>    Affects Versions: 3.3.0
>         Environment: IE7
>            Reporter: Nick Belaevski
>            Assignee: Alex Kolonitsky
>             Fix For: 3.3.2.GA
>
>
> 	<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