I finally got the sort working except for ONE thing.

After the page loads initially I click the only column(first column in
my table) that is sortable, the page just reloads with the defaultsort
ascending order.  BUT when I click the column AGAIN it sorts just fine
thereafter.

Is there a setting that I'm missing?  ANY HELP would be greatly
appreciated.  Thanks.

Here is what I have in my display:table tag:

<display:table sort="list" name="actionBean.results"
decorator="org.texashealth.scm.displaytag.decorator.SCMTableDecorator"
pagesize="50" requestURI="/reqs/Search.action" class="reqList">
    <display:column property="reqNumLink" title="Req #" class="reqNum"
sortProperty="reqNum" sortable="true" defaultorder="ascending"/>
    <display:column property="poNum" title="PO #" class="poNum"/>
    <display:column property="delivrToDeptCode" title="Del"
class="del"/>
    <display:column property="chrgToDeptCode" title="Chg" class="chg"/>
    <display:column property="srceLocation" title="Src" class="src"/>
    <display:column property="purchDeptCode" title="Pur" class="pur"/>
    <display:column property="recStatus" title="St" class="st"/>
    <display:column property="createdBy" title="Created By"
class="created"/>
    <display:column property="assignedTo" title="Assign To"
class="assigned"/>
    <display:column property="reqTypeValue" title="Typ" class="typ"/>
    <display:column property="vendorCatNum" title="Vendor Cat #"
class="vnd"/>
    <display:column property="itemNum" title="Item #" class="item"/>    
</display:table>




The information contained in this message and any attachments is intended only 
for the use of the individual or entity to which it is addressed, and may 
contain information that is PRIVILEGED, CONFIDENTIAL, and exempt from 
disclosure under applicable law.  If you are not the intended recipient, you 
are prohibited from copying, distributing, or using the information.  Please 
contact the sender immediately by return e-mail and delete the original message 
from your system.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to