RE: HTML Stripping Spaces.

2005-04-28 Thread Neil Meyer
Thanks for the help much appreciated. -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: 28 April 2005 12:16 PM To: Struts Users Mailing List Subject: RE: HTML Stripping Spaces. add a filter="false" this prevents bean:write tag from encoding. btw, a t

RE: HTML Stripping Spaces.

2005-04-28 Thread Robin Ericsson
25 To: Struts Users Mailing List Subject: HTML Stripping Spaces. Hi All, My system needs to present a string with some text spaces and text again. The browser strips all spaces to 1. Is there any struts tag to prevent this from happening? I have "abcdefg123 006" the browser wi

RE: HTML Stripping Spaces.

2005-04-28 Thread Leon Rosenberg
age- > From: Mark Benussi [mailto:[EMAIL PROTECTED] > Sent: 28 April 2005 11:31 AM > To: user@struts.apache.org > Subject: RE: HTML Stripping Spaces. > > Hi Neil. This is what HTML does. If you really want a few spaces you will > have to put 123   456   789 > > ---

RE: HTML Stripping Spaces.

2005-04-28 Thread Neil Meyer
-Original Message- From: Mark Benussi [mailto:[EMAIL PROTECTED] Sent: 28 April 2005 11:31 AM To: user@struts.apache.org Subject: RE: HTML Stripping Spaces. Hi Neil. This is what HTML does. If you really want a few spaces you will have to put 123   456   789 Original Message Follows-

RE: HTML Stripping Spaces.

2005-04-28 Thread Mark Benussi
Hi Neil. This is what HTML does. If you really want a few spaces you will have to put 123   456   789 Original Message Follows From: "Neil Meyer" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" Subject: HTML

HTML Stripping Spaces.

2005-04-28 Thread Neil Meyer
Hi All, My system needs to present a string with some text spaces and text again. The browser strips all spaces to 1. Is there any struts tag to prevent this from happening? I have "abcdefg123 006" the browser will display this as "abcdefg123 006" Regards Neil Meyer --