Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4278048 By: j_e_frank
I'm using displaytag 1.1 with Tomcat 5.5.16 on Windows (I get the same problem with Tomcat 5.5.17 on linux). This is a little awkward to explain, even though the problem is simple. But I will give it a try. If I have a column that outputs a string property, and for one of the table rows, that string property has the literal value "null" (not a null string, but the string is the four characters n-u-l-l), then the cell shows up as a blank string in the rendered table. I would expect it to render as "null". If I set the attribute "nulls" to true on the column, then it does output the cell correctly. However, this would also output the string "null" for a cell that really does have a null string in it. Has anyone else run into this problem? Am I misunderstanding something? I could probably use the body of the <display:column> element in conjunction with <c:out> or a jsp scriptlet, but that seems like the wrong way to go. ______________________________________________________________________ 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=249317 ------------------------------------------------------------------------- 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

