Re: Problem with struts form select and html escape codes

2004-12-27 Thread Jeff Beal
Another option would be to add the actual non-breaking space character (Unicode 160) instead of the entity reference for a non-breaking space character. -- Jeff David G. Friedman wrote: Try adding filter="false" on your tag. The docs explain it this way: Filter Set to false if you do NOT want

RE: Problem with struts form select and html escape codes

2004-12-24 Thread David G. Friedman
Try adding filter="false" on your tag. The docs explain it this way: Filter Set to false if you do NOT want the option labels filtered for sensitive characters in HTML. By default, such values are filtered. [RT Expr] Regards, David -Original Message- From: Charl Gerber [mailto:[EMAIL P