Thanks Jeff,
But it is not working. I inserted :
table { empty-cells: show; }
inside my css file.
But the cells when the attribute of the bean is null still appears no border.
:-(
Any sugestion? Or sample code?
Thanks in advance
Marcelo
Jeff Beal wrote:
In CSS:
table { empty-cells: show; }
Another alternative is to include in empty table cells
See http://www.w3.org/TR/REC-CSS2/tables.html#empty-cells
-- Jeff
On Apr 5, 2005 10:23 AM, Marcelo Epstein <[EMAIL PROTECTED]> wrote:
Hi,
When the attribute of an object is null, I always lost the border of the
table.What is a good way to avoid it?
ex:
<table>
<tr>
<td><bean:write name"x" property="y"/></td> (when y = null, border seems
strange!)
</tr>
</table>
Thanks in advance.
Marcelo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]