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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Sep 1 10:04:24 EDT 2009


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

Nick Belaevski updated RF-6439:
-------------------------------

    Fix Version/s: 3.3.2.GA
                       (was: Future)
         Assignee: Alex Kolonitsky  (was: Nick Belaevski)


> ExtendedDataTable in modal panel - undefined this.selectionManger
> -----------------------------------------------------------------
>
>                 Key: RF-6439
>                 URL: https://jira.jboss.org/jira/browse/RF-6439
>             Project: RichFaces
>          Issue Type: Bug
>    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