Menu

addRowClass() not work for me

Help
sesperance
2005-08-18
2012-10-08
  • sesperance

    sesperance - 2005-08-18

    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">

     
    • sesperance

      sesperance - 2005-08-18

      Well, I forgot to update the file Row.java wich is concerned by the patch from DISPL-192.

      Sorry, it was entirely my fault.

       

Log in to post a comment.

MongoDB Logo MongoDB