[ http://galaxy.andromda.org:8080/jira/browse/BPM-149?page=history ]

Wouter Zoons updated BPM-149:
-----------------------------

        Version: 3.0 RC1
    Fix Version: 3.0 RC1

> DisplayTag Table Decorator not used
> -----------------------------------
>
>          Key: BPM-149
>          URL: http://galaxy.andromda.org:8080/jira/browse/BPM-149
>      Project: Bpm4Struts Cartridge
>         Type: Bug
>     Versions: 3.0 RC1
>     Reporter: Jan Heise
>     Assignee: Wouter Zoons
>      Fix For: 3.0 RC1

>
>
> From a JSP:
>                     <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 
> don't get
> called. The property-attribute in <display:column... is needed.
> My suggestion for the fix would be:
> If it's a table-link that should be rendered in a column: render it
> the way it's done now.
> If it's a property that should be rendered: use property="$columnName"
> and not the jsp-body.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://galaxy.andromda.org:8080/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
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-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-devel

Reply via email to