[richfaces-issues] [JBoss JIRA] Updated: (RF-2644) Problem with scrollableDataTable and seam link

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Dec 9 10:21:37 EST 2008


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

Nick Belaevski updated RF-2644:
-------------------------------

    Component/s: planning_all


> Problem with scrollableDataTable and seam link
> ----------------------------------------------
>
>                 Key: RF-2644
>                 URL: https://jira.jboss.org/jira/browse/RF-2644
>             Project: RichFaces
>          Issue Type: Bug
>          Components: planning_all
>    Affects Versions: 3.2.0
>         Environment: RichFaces 3.2.0.CR3
> JBoss Seam 2.0.1.GA
> JSF 1.2 + Facelets 1.1.14
> JBoss 4.2.2.GA
> JDK 1.5.0_11
>            Reporter: Rainer Flicker
>            Assignee: Konstantin Mishin
>             Fix For: 3.3.0
>
>
> Seam Link with scrollableDataTable links for each item to the last item of the table. 
> E.g. selecting item 10 of 20 opens item 20. The link shown in a browser is always the same.
> ------ xhtml snippet --------------------------------------------------------------------------------------------------- 
>   <rich:scrollableDataTable value="#{findings}" var="finding"
>     height="600px" sortMode="single" width="700px">
>     <rich:column width="355px" sortExpression="#{finding.title}">
>       <f:facet name="header">
>         <h:outputText styleClass="headerText" value="Name" />
>       </f:facet>
>       <h:outputText value="#{finding.title}" />
>     </rich:column>
>      <rich:column width="60px" style="text-align:center" sortable="false">
>       <f:facet name="header">
>         <h:outputText styleClass="headerText" value="Details" />
>       </f:facet>
>       <s:link action="#{findingDetailsManager.select(finding)}">
>         <h:graphicImage id="editimage" url="/img/buttons/edit.gif" alt="Details"></h:graphicImage>
>       </s:link>
>     </rich:column>
>   </rich:scrollableDataTable>
> ------------------------------------------------------------------------------------------------------------------------------ 

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