I have a number of property values that will be internationalized and need non-breaking spaces between each word in them.
I could put into each space, but that
1) is going to confuse my native language translators who know nothing of HTML. 2 words in english could be 3 in language-x).
2) would be wrong.
There doesn't appear to be any built in method of handling this with bean:message or anything else, so I'm about to write a custom configuration class for a separate Message Resource Bundle that will contain the properties where I want spaces displayed as " "'s
I have a hard time believing no one else has run into this...so I ask the following:
Do I need to do this? Is there a way of doing it without writing a custom handler? or a better way of doing it? And if not, who wants to see the code when it's done? :-)
Could you use the CSS rule .myStyleClass{ white-space: nowrap }
Joe
--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "In fact, when I die, if I don't hear 'A Love Supreme,' I'll turn back; I'll know I'm in the wrong place."
- Carlos Santana