[richfaces-issues] [JBoss JIRA] Updated: (RF-9136) rich:subTable stops expanding/collapsing when setting expandMode to ajax or server

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Aug 26 10:18:12 EDT 2010


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

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: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list