08-14-2007 03:20 PM
<%– Created column - added to supporting sorting topics by date –%>
<a:column style="text-align:left">
<f:facet name="header">
<a:sortLink label="#{msg.created}" value="replies" styleClass="header"/>
</f:facet>
<h:outputText value="#{r.created}">
<a:convertXMLDate type="both" pattern="#{msg.date_time_pattern}" />
</h:outputText>
</a:column>
<!– changing default sort of topics in a forum to descending created date.
Note: this depends on the enhanced forum.jsp page –>
<config evaluator="string-compare" condition="Views">
<views>
<view-defaults>
<forum>
<sort-column>created</sort-column>
<sort-direction>descending</sort-direction>
</forum>
</view-defaults>
</views>
</config>
08-14-2007 04:59 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.