Try:

<span jwcid="@Insert" value="message:translateThis"
raw="ognl:true"></span>

The "raw" binding means that none of the text inserted will be escaped.

-----Original Message-----
From: Torbjörn Karlsson [mailto:[EMAIL PROTECTED] 
Sent: 09 June 2006 15:50
To: Tapestry users
Subject: Re: Using <br> in message catalogs

Not sure what you mean, but if I have the following in a message
catalog:

translateThis=Usage of <br>??

And the following in my html code:

<span jwcid="@Insert" value="message:translateThis"></span>

Then the resulting html code will be:

Usage of &lt;br&gt;??

/T

James Carman wrote:
> How are you writing out your message information?
> 
>> Hello!
>>
>> I am wondering if anybody knows if it is possible to use html code
>> inside of a message catalog??
>>
>> When I use <br> Tapestry escapes the characters and renders as
&lt;br&gt;
>>
>> TIA,
>>
>> /Torbjörn
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
> 
> 
> James Carman, President
> Carman Consulting, Inc.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 


-- 
Torbjörn Karlsson
Interpontilis Consulting AB
Marieholmsgatan 64
SE-415 02 Gothenburg Sweden
Phone: +46 (0)708 991033
Email: [EMAIL PROTECTED]
Internet: www.ipontilis.com


---------------------------------------------------------------------
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]

Reply via email to