> <display:column property="expiryDate" title="Expiry date" class="body" > headerClass="colheader" sortable="true" nulls="Until further notice"/> > > I know I could create a decorator for this but it would be really neat if I > didn't.
A ColumnDecorator would be a good solution, why not? In future most of these formatting features (nulls, autolinking) will be handled using column decorators. After 1.0 I plan to add support for more than one decorator per column > Fine for debugging but wouldn't it be more useful if the value of the > attribute 'nulls' was displayed instead? probably, but this will not be compatible with previous displaytag releases fabrizio On Thu, 4 Nov 2004 18:53:59 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Currently I'm faced with a need to display certain text when a column's > cell value is null. > > I noticed that there is a 'nulls' attribute on the column tag which when > set to true displays 'null'. > > Fine for debugging but wouldn't it be more useful if the value of the > attribute 'nulls' was displayed instead? > > eg. > > <display:column property="expiryDate" title="Expiry date" class="body" > headerClass="colheader" sortable="true" nulls="Until further notice"/> > > I know I could create a decorator for this but it would be really neat if I > didn't. > > Any ideas on what I should do? > > Regards, > Steve. > ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

