You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Zigc Junk <zi...@gmail.com> on 2008/06/16 15:25:56 UTC

[tranidad]  

Hi,

I want to have a few leading or trailing spaces in a string, so I used
something like

<tr:outputFormatted value="&nbsp;&nbsp;blah blah"/>

But, in the rendered page, all &nbsp; do not get rendered. Is this a
bug in trinidad?

thanks

Bill

Re: [tranidad]  

Posted by Zigc Junk <zi...@gmail.com>.
Yes, it works.

thanks

Bill

On Mon, Jun 16, 2008 at 9:00 AM, Andrew Robinson
<an...@gmail.com> wrote:
> <tr:outputText value="&#160;&#160;blah blah" escape="false" />
>
> On Mon, Jun 16, 2008 at 7:25 AM, Zigc Junk <zi...@gmail.com> wrote:
>> Hi,
>>
>> I want to have a few leading or trailing spaces in a string, so I used
>> something like
>>
>> <tr:outputFormatted value="&nbsp;&nbsp;blah blah"/>
>>
>> But, in the rendered page, all &nbsp; do not get rendered. Is this a
>> bug in trinidad?
>>
>> thanks
>>
>> Bill
>>
>

Re: [tranidad]  

Posted by Andrew Robinson <an...@gmail.com>.
<tr:outputText value="&#160;&#160;blah blah" escape="false" />

On Mon, Jun 16, 2008 at 7:25 AM, Zigc Junk <zi...@gmail.com> wrote:
> Hi,
>
> I want to have a few leading or trailing spaces in a string, so I used
> something like
>
> <tr:outputFormatted value="&nbsp;&nbsp;blah blah"/>
>
> But, in the rendered page, all &nbsp; do not get rendered. Is this a
> bug in trinidad?
>
> thanks
>
> Bill
>