Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3162817
By: hallowed

Hi all,
How can i change a column's row via column property. Here is my code..

<display:table name="colors" class="list" requestURI="" id="colorList"
export="true">
    <display:setProperty name="export.pdf.filename" value="colors.pdf"/>
        <display:column property="colorCode" sort="true" href="editColor.html" 
paramId="id"
paramProperty="id" titleKey="colorForm.jsp.colorCode"/>
        <display:column property="colorName" sort="true"
titleKey="colorForm.jsp.colorName"/>
        <display:caption><fmt:message 
key="colorList.jsp.title"/></display:caption>
        <display:column property="rgbCode" bgcolor="${rgbCode}" />
</display:table>

This works fine but it does not set bgcolor that comes via rgbCode.
Or does anyone have a solution how show a cell that has a bgcolor as rgbCode.
Cheers,
HaLLoWeD

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to