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

Hi,

I want to add a row style.
Si I download the TableDecorator.java file version  1.12 and I build my new
Jar file.

I make a decorator class who override addRowClass() like this :
public String addRowClass()
    {
       EncaissementDTO current = (EncaissementDTO) getCurrentRowObject();
            return "red";
    }

When I see the code on my jsp, I have :
<tr class="odd"> .....

Is someone knows why I don't have my style  
<tr class="odd red">

______________________________________________________________________
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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to