Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5329298 By: o_doil_rules
Here is what I am running into... <h3>Code</h3>: <display:table> <display:column title="Person Name" sortable="true"> <html:link action="/myaction?id=${uid.id}&nav=open" >${uid.name}</html:link> </display:column </display:table> Now the above code generates exactly what I want. <h3>Output</h3>: <table> <tr> <th><a href="/myaction.do?d-1345720-p=1&d-1345720-s=1&d-1345720-o=2">Person Name</th> </tr> <tr> <td><a href="/myaction.do?id=11&nav=open">John Doe</a><td> </tr> </table> <h3>Problem</h3>: However, when I sort on the Person Name column, the order is not in the order of the actual value, but instead it gets ordered by the <a href=".."> tag. So, if I have a person's name that is William but his id is 1 and Smith id is 2 then William will show up before Smith. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=249318 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ displaytag-user mailing list displaytag-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-user