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

Rainer Flicker (JIRA) jira-events at lists.jboss.org
Thu Mar 20 07:12:53 EDT 2008


Problem with scrollableDataTable and seam link
----------------------------------------------

                 Key: RF-2644
                 URL: http://jira.jboss.com/jira/browse/RF-2644
             Project: RichFaces
          Issue Type: Bug
    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


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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list