DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26684>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26684

<bean:write/> causes incorrect table rendering when writing an empty string property

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2004-02-05 16:07 -------
If I understand you correctly, I think you are confused about how tables are
handled by browsers.  When you have a full table of data, and happen to have an
empty cell (<td></td>), some browsers render that cell with an almost 'sunken'
look.  That's nothing we can change.

It would be irresponsible for bean:write tag to output anything other than what
it is told to do so (by your configuration).  Think of this case:
You have <textarea> with a <bean:write/> tag for displaying the value.
If the bean:write tag were to display a space if the bean value was null, you
could potentially add a space to a given field with every request.

IMHO, this would be unacceptable.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to