Bugs item #1017130, was opened at 2004-08-26 12:36 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536613&aid=1017130&group_id=73068
Category: main tag library Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Sorting doesn't work correctly when using struts <bean:write Initial Comment: Using displaytags 1 rc1, and Resin 2.1.11 and struts. With the following, sorting does not work correctly: <display:table id="row" class="display-tags-Data" width="780" align="center" hspace=0 vspace=0 name="sessionScope.application.qualifiedLoanOptionsSort ed" defaultsort="2" defaultorder="ascending"> <display:column align="center" headerClass="DataHeader" class="edit-labels" property="orderNum" title="Option ID" sortable="true" /> <display:column align="center" headerClass="DataHeader" class="edit-labels-3" sortable="true" title="Product Name" > <bean:write name="row" property="productName"/> </display:column> <display:column align="right" headerClass="DataHeader" class="edit-labels" sortable="true" title="Loan Amount" > <bean:write name="row" property="loanAmount"/> </display:column> </display:table> The two columns that have <bean:write> will sort together. That is, if I click on the "Product Name" header to sort, both the "Product Name" and "Loan Amount" columns will appear sorted (arrow_up or down as needed, and bright orange color). Any ideas? Thanks! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536613&aid=1017130&group_id=73068 ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel