[Dumb Question] How to get spaces into a label of a select box..

2003-01-27 Thread Jeff_Mychasiw
I am building a string made of 3 pieces of data that will be the label section of a drop down box.(nexsted:optionsCollection) The spaces that I am inserting between the data are of course getting reduced to one. When I try to insert the html entity (apersand,n,b,sp) it gets filtered and

RE: [Dumb Question] How to get spaces into a label of a select box..

2003-01-27 Thread Joe Barefoot
h...subclass the OptionsTag and add the filter attribute to your class? I peeked at the 1.0 code and it does a ResponseUtils.filter on whatever you give as the label, with no filter option. The nightly build javadocs have a filter attribute on OptionsTag...are you sure that the 1.1b2

RE: [Dumb Question] How to get spaces into a label of a select box..

2003-01-27 Thread Jeff_Mychasiw
Thank for the reply. I should have tried a bit more before mailing but the panic of construction deadlines.. You are right about the filter attribute being present. I should have been clearer that I was using nested Tags, and that is where the problem is. I converted this: ( the exception

RE: [Dumb Question] How to get spaces into a label of a select box..

2003-01-27 Thread Joe Barefoot
snipped/ We are actually using a hightly between b2 and b3. perhaps it is already fixed. I wouldn't be surprised if the nested tag actually does support the property but it was accidentally left out of the .tld and is thus giving you grief. On the other hand, it may just be a code