[richfaces-issues] [JBoss JIRA] Updated: (RF-6555) dataTable: only first row encoded properly

Anton Belevich (JIRA) jira-events at lists.jboss.org
Fri Mar 27 11:30:22 EDT 2009


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

Anton Belevich updated RF-6555:
-------------------------------

    Component/s: auto-tests


> dataTable: only first row encoded properly
> ------------------------------------------
>
>                 Key: RF-6555
>                 URL: https://jira.jboss.org/jira/browse/RF-6555
>             Project: RichFaces
>          Issue Type: Bug
>          Components: auto-tests
>    Affects Versions: 3.3.1
>            Reporter: Ilya Shaikovsky
>            Assignee: Tsikhon Kuprevich
>            Priority: Critical
>             Fix For: 3.3.1
>
>
> checked within richfaces-demo
>         <rich:dataTable value="#{dataTableScrollerBean.tenRandomCars}" var="car" id="table"
>         onRowMouseOver="this.style.backgroundColor='#F8F8F8'"
>         onRowMouseOut="this.style.backgroundColor='#{a4jSkin.tableBackgroundColor}'" rowClasses="cur">
>             <rich:column>
>                 <f:facet name="header">
>                     Make
>                 </f:facet>
>                     <h:outputText value="#{car.make}"/>
>             </rich:column>
>             <rich:column>
>                 <f:facet name="header">
>                     Model
>                 </f:facet>
>                     <h:outputText value="#{car.model}"/>
>             </rich:column>
>             <rich:column>
>                 <f:facet name="header">
>                     Price
>                 </f:facet>
>                     <h:outputText value="#{car.price}" />
>             </rich:column>
>             <rich:componentControl event="onRowClick" for="menu" operation="show">
>                 <f:param value="#{car.model}" name="model"/>
>                 <f:param value="#{car.make}" name="car"/>
>             </rich:componentControl>
>         </rich:dataTable>
> component control script, styles, and events handlers rendered only for first <tr/> element all the other rows not affected..

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