Bugs item #1017130, was opened at 2004-08-26 21:36
Message generated for change (Comment added) made by fgiust
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: Deleted
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!


----------------------------------------------------------------------

>Comment By: fabrizio giustina (fgiust)
Date: 2004-09-25 11:01

Message:
Logged In: YES 
user_id=798060

moved to the new jira tracker
http://jira.codehaus.org/browse/DISPL-17

You can create an account on jira and watch the issue to be
notified about progress


----------------------------------------------------------------------

Comment By: innanill (innanill)
Date: 2004-08-26 21:44

Message:
Logged In: YES 
user_id=1111695

My apologies for forgetting to log in before submitting this. 
This was submitted by : innanill



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=1017130&group_id=73068


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to