The actual issue is I am trying to sort base on the <h:outputText
value="#{item.name}"/>, but its actually sorted starting with
param1=#{item.param1}¶m2=#{item.param2} as those are also dynamic
values.
<t:column sortable="true">
<f:facet name="header">
<h:outputText value="Title"/>
</f:facet>
<h:outputLink
value="http://mydomain.com/some.jsf?param1=#{item.param1}¶m2=#{item.param2}"
styleClass="linkBlack">
<h:outputText value="#{item.name}"/>
</hutputLink>
</t:column>
--
View this message in context:
http://www.nabble.com/tomahawk-sorting-issue-with-hyperlink-tp25670847p25693123.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.