Sun Java System Portal Server 7.1 Developer Sample Guide

ProcedureTo Modify the Sort Order in List All Discussions Page

    By default, discussions are sorted by the last-modified date/time. That is, discussions are displayed in a descending order with the latest or most recent discussion shown first.

    To modify the sort order in list All Discussions page, modify the viewOrder property in fullDiscussion.jsp file. For example, you can reset the value below to author or rd-last-changed:


    <jx:set var="viewOrder" value="-last-modified"/>