Thank you Nick. I've read the docs, and I think I've understand it. Maybe
I've missed something?

The thing is:
If I have a message like this: "& å"
it will translate it to "& å"
or, with the raw="true" option I will get "& å"

But! What I want (as output) is this: "& å"
As I see it, to get this, I need to put "& å" in my properties
file and use the raw option.
But I would rather put "& å" in my properties file... but that's not
possible?

Malin

On 11/6/06, Nick Westgate <[EMAIL PROTECTED]> wrote:

Hi Malin.

Malin Ljungh wrote:
> Craig, I've tried it... unfortunately it does replace &aring; with the
> &amp;aring;

Of course it does. Otherwise your messages might contain unintentional
HTML.

It's always a good idea to read the docs first:

http://tapestry.apache.org/tapestry4.1/usersguide/template.html#Localization

The <span> shortcut has a raw="true" option, just like @Insert.

Cheers,
Nick.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to