Hi,

today I had the time to test the added decorators in depth.

The following is generated from the template: (example from one of my jsps)

<display:column media="html"
headerClass="title"
title="Title"
sortable="true" autolink="true" nulls="false"
paramId="title" >
<div class="title">
<bean:write name="row" property="title" scope="page"/>
</div>
</display:column>


Using <bean:write... makes it impossible to also use the decorators, as they are
not called. The property-attribute in <display:column... is needed.
Could this be changed to use property="" as long as the properties are not links or
other special stuff that needs to be rendered?


Jan



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Andromda-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to