Re: bean:write removes double spaces

2004-05-14 Thread Riyad Kalla
You'll have to intercept the spaces and covert them to  's, atleast this is what I have had to do. Brad Balmer wrote: This isn't a struts issue as it seems to be an issue with how browsers (IE) don't display two spaces in a row. I'm using bean:write to display a variable to the page. The prob

bean:write removes double spaces

2004-05-14 Thread Brad Balmer
This isn't a struts issue as it seems to be an issue with how browsers (IE) don't display two spaces in a row. I'm using bean:write to display a variable to the page. The problem is that the value sometimes contains double-spaces which are being displayed as a single-space. Does anybody know