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

Max Katz (JIRA) jira-events at lists.jboss.org
Wed Aug 25 18:43:11 EDT 2010


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


<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