Hi all,

I am using the display tag to display a table in my jsp. I have a date column, which is a Date object in java. I need the column sortable. But the problem is when I use format

<display:column title="Date Entered Current Status" property="dateEnteredCurrentStatus" sortable="true" format="{0,date,dd-MM-yyyy}"/>

I am getting errors

org.apache.jasper.JasperException: /aaa.jsp(144,6) Attribute format invalid for tag column according to TLD.

Please let me know how should I proceed with this.

Thanks

_________________________________________________________________
Tried the new MSN Messenger? ItÂ’s cool! Download now. http://messenger.msn.com/Download/Default.aspx?mkt=en-in


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to