Excellent. Thanks for pointing this out. A much nicer solution.

Brad


On Fri, 2003-11-07 at 01:50, Paul McCulloch wrote:
> Since the addition of the implicit row object in 1.0-b1 I've replaced all my
> ColumnDecorators with code in the body of the <column>tag. I think this is a
> far nicer approach - I can create a custom tag to do any custom formatting &
> re-use the tag anywhere - not just inside a <table>.
> 
> You can use this approach to solve the problem you mention with the jstl:
> 
> <display:column sort="true">
>       <fmt:formatDate value="${current.dateLogged}" type="date"
> dateStyle="SHORT" timeStyle="SHORT"/>
> </display:column>
> 
> Does anyone have any examples of formatting that can be done with a column
> decorator, but not via column body?

-- 
Brad Smith <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to