Bugs item #927804, was opened at 2004-04-01 12:28
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=927804&group_id=73068

Category: main tag library
Group: after 1.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: sortable doesn't have sortable style class

Initial Comment:
I have code like this:

        <display:table name="users"
styleClass="displaytag" pagesize="10"
requestURI="/admin/user/list.do" sort="list">
          <display:column property="id" title="ID"
sortable="true" headerClass="sortable" />
          <display:column property="username"
title="Username" sortable="true" headerClass="sortable" />
          <display:column property="fullName"
title="Full Name" sortable="true" headerClass="sortable" />
        </display:table>

And it produces this source:

<thead>
<tr>
<th class="order2 sortable sorted">
<a
href="/admin/user/list.do?d-6079-xo=1&d-6079-s=0&d-6079-p=1&d-6079-xs=0&d-6079-o=2">ID</a></th>
<th>
<a
href="/admin/user/list.do?d-6079-xo=1&d-6079-s=1&d-6079-p=1&d-6079-xs=0&d-6079-o=2">Username</a></th>
<th>
<a
href="/admin/user/list.do?d-6079-xo=1&d-6079-s=2&d-6079-p=1&d-6079-xs=0&d-6079-o=2">Full
Name</a></th></tr></thead>

Shouldn&#039;t the 2nd and 3rd <th>&#039;s have class="sortable"?

I am using displaytag-1.0-b2 with, displaytag-12.tld
with Resin 2.1.

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to