JaumeG wrote:
Do you know *Why the Columns are not Displayed in the same order *that I read the SELECT ? Do you know What I mean ? any suggestions ? Thanks in advance Jaumeg

That would be because we used a HashMap which does not guarantee the order of items in the Map. If you use a LinkedHashMap instead then the columns should come out in the same order as they were in the ResultSet.

Ed!


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to