[
https://jira.jboss.org/jira/browse/RF-6439?page=com.atlassian.jira.plugin...
]
Nick Belaevski updated RF-6439:
-------------------------------
Fix Version/s: Future
Affects Version/s: 3.3.0
Assignee: Piotr Kawiak
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: Piotr Kawiak
Fix For: Future
<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