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

Anton Belevich resolved RF-9136.
--------------------------------

    Resolution: Done


> 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.Milestone2
>
>
> <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: 
https://jira.jboss.org/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