Can anyone tell me why this column displays correctly,
 
<display:column title="">
     <fmt:formatDate pattern="MMM-dd-yyyy" value="${order.dateStarted}"/>
</display:column>                    
 
However this ;

<display:column sortable="true" property="dateStarted"  format="{0,date,MMM-dd-yyyy}" title="Order Date" href="" paramId="compOrderSerNo" paramProperty="serialNo" autolink="true" />                  
 
gives me a "Caught an illegal argument exception while trying to format an object with pattern {0,date,MMM-dd-yyyy}, returning the unformatted value. Object class is {0,date,MMM-dd-yyyy}" message.
 
Thanks
Dave

--
Internal Virus Database is out-of-date.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.12.2/443 - Release Date: 11/09/2006

-------------------------------------------------------------------------
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