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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to