Which tag are you using to display these values? html:options and html:optionsCollection provide an attribute (filter="false") that keep this from happening.
-- James Mitchell Software Developer/Struts Evangelist http://www.struts-atlanta.org 770-822-3359 AIM:jmitchtx ----- Original Message ----- From: "Martin Naskovski" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, June 13, 2003 8:46 PM Subject: new LabelValueBean(" " + obj.getName(), obj.getValue()) is not working > When my LabelValueBean which I construct as: > > lvb = new LabelValueBean(" " + obj.getName(), obj.getValue()); > > when it gets displayed, it translates the & into & and what comes out > is, literally " ", when in fact I wanted spaces :). > > Does anyone know how to specify a " " for the Label value in a label > value bean? :) > > Thanks > Martin > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

