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

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Fri Feb 20 11:11:45 EST 2009


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

Alexander Dubovsky closed RF-6096.
----------------------------------

    Assignee: Alexander Dubovsky  (was: Tsikhon Kuprevich)


See https://jira.jboss.org/jira/browse/RF-5630

> <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
>            Assignee: Alexander Dubovsky
>
> 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