vote up 1 vote down star

I'm really stumped on this one. I want to output a list and have the tag file take care of commas, singular versus plural, etc. but when I display the list it completely ignores whitespace so everythingrunstogetherlikethis. I tried using the HTML entities "thinsp", "ensp" and "emsp" (I can't use "nbsp", these have to be breaking), but they're all hideously wide on IE except thinsp which is way too skinny on everything else.

Edit: won't work. The output from the tag has no spaces at all. Although any content in the JSP has normal spacing. Obviously I could just put everything in the JSP but this is code that goes on multiple JSPs, so tag files would make a lot of sense.

flag

60% accept rate

2 Answers

vote up 1 vote down

Maybe put the jsp content in an html <pre> tag? This seems to me to be the right thing to do as the list is pre-formatted content.

link|flag
vote up 0 vote down

So you are saying your tag doesn't print out white space at all? Is there any whitespace for it to print out?

Can you post the code, and a short example of how you use it?

link|flag
My solution was to just put all text 100% into property files. Sometimes I have to chain together things since the text is somewhat dynamic: "user1, user2 and user3 did something" for instance. – Tim Trueman Mar 31 at 1:09

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.