Is there a way to have the property displayed in a column tag be visible inside the <display:column> tag ?
I'm asking this because I would like to use <fmt: > tags to format date and currency. I've seen the possibility to use decorator, but fmt tag are working well, so I'd prefer do not re-invent the well.
On other table, I need to display a generated image in a column (preview of product). The image is generated by a servlet and the url is /img/id where id is a property of the product displayed in the table. I've done this work with a decorator, however, I haven't managed the url rewritting so my webapp doesn't work anymore with cookie disabled. If I could have the possiblity to access the id property value inside the column tag I could write :
<display:column property="id" title="preview"><img src="<c:url value="/img/${id}"/>"/></display:column>
Is there other ways to achieve that goal ?
Thanks,
Carl
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

