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

I want to do the following :

Based on the data being displayed for a current row in my table, I want to 
display
the message "Unable to display data" instead of actually displaying the row
data.

I thought that I would be able to modify the generated html by using startRow
and endRow and just putting in jsp comments, for example in my TableDecorator
I have the following :

    public String startRow() {
        return "<%-- ";
    }
    
    public String endRow() {
        return "--%> Unable to display data.";
    }

This however doesn't seem to work, since the data for that row is still 
displayed
(along with my message).  Is there something I'm missing, or is this not the
correct approach to accomplish what I need?

Any help would be greatly appreciated.



______________________________________________________________________
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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to