Maybe you can post your situation on the user list, along with some code. 
Someone might see something.  Also, maybe the generated servlet code (from
the JSP) would shed some light on why the <td> tags aren't being rendered.

--- [EMAIL PROTECTED] wrote:
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26684
> 
> <bean:write/> causes incorrect table rendering when writing an empty string
> property
> 
> ------- Additional Comments From [EMAIL PROTECTED]  2004-02-05 17:01 -------
> I don't mean that it is rendered wrong.  In my example code, the <td></td>
> is 
> not outputted at all, even though it surrounds the <bean:write/>.  Also, if
> 
> you look in my example code, even if nothing was outputted by the 
> <bean:write>, the output should be <td>&nbsp;</td> since I've included a 
> &nbsp; after the bean:write.  Instead, the entire block of html, including
> the 
> <td></td> is ommitted from the output.  I've verified the actual HTML
> source 
> produced, I'm not going off of visual rendering of the page.  
> 
> I suppose it's possible that this is specific to my deployment environment,
> 
> but I don't see how that could affect  the rendering of the bean tag.
> 
> I don't really have an explanation for how or why it could possibly do
> this, 
> but I can reproduce it easily.  I don't want anything additional outputted
> by 
> the bean:write, only that the <td> tags surrounding it actually get
> outputted.
> 


__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html

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

Reply via email to