[richfaces-issues] [JBoss JIRA] Updated: (RF-8138) rich:dataTable vs h:dataTable: simpleTogglePanel opened attribute encoded differently

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Fri Nov 20 08:42:30 EST 2009


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

Nick Belaevski updated RF-8138:
-------------------------------

      Component/s: component-tables
    Fix Version/s: Future
         Priority: Minor  (was: Major)


> rich:dataTable vs h:dataTable: simpleTogglePanel opened attribute encoded differently
> -------------------------------------------------------------------------------------
>
>                 Key: RF-8138
>                 URL: https://jira.jboss.org/jira/browse/RF-8138
>             Project: RichFaces
>          Issue Type: Bug
>          Components: component-tables
>    Affects Versions: 3.3.2.SR1
>            Reporter: Ilya Shaikovsky
>            Assignee: Nick Belaevski
>            Priority: Minor
>             Fix For: Future
>
>
> 		<rich:simpleTogglePanel opened="false">
> 			<h:outputText value="out"/>
> 		</rich:simpleTogglePanel>
> 		<h:dataTable value="#{capitalsBean.capitals}" var="cap" rows="20">
> 			<h:column id="ddc">
> 				<rich:simpleTogglePanel opened="false">
> 				<h:outputText value="out"/>
> 				</rich:simpleTogglePanel>
> 				<h:inputText value="10" />
> 			</h:column> 
> 		</h:dataTable>
> 		<rich:dataTable value="#{capitalsBean.capitals}" var="cap" rows="20" reRender="ds" id="simpletable2">
> 			<rich:column id="ddc">
> 				<rich:simpleTogglePanel opened="false">
> 				<h:outputText value="out"/>
> 				</rich:simpleTogglePanel>
> 				<h:inputText value="10" />
> 			</rich:column> 
> 		</rich:dataTable>
> RESULT:
> togglePanel outside the tables - closed
> togglePanel inside the h:table - closed
> togglePanel inside the rich:table - opened
> ADDITION:
> values of inputTexts evaluated the same (empty) for both tables.

-- 
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

        


More information about the richfaces-issues mailing list