[richfaces-issues] [JBoss JIRA] Created: (RF-6096) <rich:dataTable> column sorting breaks in Safari when table contains <h:commandLink>

Rasmus Aveskogh (JIRA) jira-events at lists.jboss.org
Mon Feb 9 04:07:46 EST 2009


<rich:dataTable> column sorting breaks in Safari when table contains <h:commandLink>
------------------------------------------------------------------------------------

                 Key: RF-6096
                 URL: https://jira.jboss.org/jira/browse/RF-6096
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
         Environment: Glassfish v2.1, Safari 3.2.1, OS X 10.5.6
            Reporter: Rasmus Aveskogh


When a <rich:dataTable> column contains <h:commandLink> the sorting functionality (sortBy) on <rich:column> will make the table data vanish upon clicking on the sort markers in the header.

Example (that does not work in Safari):

<h:form> 
   <rich:dataTable id="dataTable" value="#{customers}" var="customer">
      <rich:column sortBy="#{customer.id}">
          <f:facet name="header">Header</f:facet>
	  <h:commandLink action="#{viewCustomerActions.viewCustomer(customer)}">#{customer.name}</h:commandLink>
      </rich:column>
    </rich:dataTable>
</h:form>

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