[richfaces-issues] [JBoss JIRA] Closed: (RF-3614) Sorting a dataTable changes seam-link

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Tue Sep 9 10:03:39 EDT 2008


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

Mikhail Vitenkov closed RF-3614.
--------------------------------



Verified with attached test example.

> Sorting a dataTable changes seam-link
> -------------------------------------
>
>                 Key: RF-3614
>                 URL: https://jira.jboss.org/jira/browse/RF-3614
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.1
>         Environment: RichFaces 3.2.1.GA
> JBoss Seam 2.0.2.SP1
> JSF 1.2 + Facelets 1.1.14
> JBoss 4.2.2.GA
> JDK 1.5.0_11
>            Reporter: Rainer Flicker
>            Assignee: Mikhail Vitenkov
>             Fix For: 3.2.2
>
>         Attachments: rf-3614.zip
>
>   Original Estimate: 1 week
>  Remaining Estimate: 1 week
>
> Sorting a dataTable changes seam-link. Before sorting the list, seam-link opens the appropriate
> item. After sorting, seam-link always opens the last item of the unsorted list. Selecting for example
> item 10 of 20 opens after sorting always item 20.
> ------ xhtml snippet --------------------------------------------------------------------------------------------------- 
>   <rich:dataTable value="#{hazards}" var="hazard">
>     <rich:column sortBy="#{hazard.name}">
>       <f:facet name="header">
>         <h:outputText styleClass="headerText" value="name" />
>       </f:facet>
>       <h:outputText value="#{hazard.name}"></h:outputText>
>     </rich:column>
>       <s:link action="#{hazardDetailsManager.select(hazard)}" >
>         <h:graphicImage  url="/img/buttons/edit.gif"></h:graphicImage>
>       </s:link>
>     </rich:column>
>   </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/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list