]
Nick Belaevski updated RF-9136:
-------------------------------
Fix Version/s: 4.0.0.Milestone3
rich:subTable stops expanding/collapsing when setting expandMode to
ajax or server
----------------------------------------------------------------------------------
Key: RF-9136
URL:
https://jira.jboss.org/browse/RF-9136
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 4.0.0.Milestone2
Reporter: Max Katz
Assignee: Anton Belevich
Fix For: 4.0.0.Milestone3
<rich:dataTable value="#{wonderListBean.list}" var="wonder">
<rich:column colspan="2">
<h:outputText value="#{wonder.name}" />
<rich:subTableToggleControl for="subTable" />
</rich:column>
<rich:subTable id="subTable" value="#{wonder.details}"
var="item"
expandMode="ajax"
expanded="true">
<rich:column>
<h:graphicImage value="#{item.imageUrl}" />
</rich:column>
<rich:column>
<h:outputText value="#{item.location}" />
</rich:column>
</rich:subTable>
</rich:dataTable>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: