One exception:

if you use JSPX, the <f:verbatim>&nbsp;</f:verbatim>; will lead to
problems, as the entity cannot be resolved.

Solution: include the &nbsp; in a <!CDATA> section, &#160; as the
numerical representation or write: &amp;nbsp;

regards,

Martin

On 11/25/05, Simon Kitching <[EMAIL PROTECTED]> wrote:
> Matthias Kahlau wrote:
> > Hi!
> >
> > Does anybody know how I can insert one or more spaces (like &bsp;) inside a
> > JSF page?
>
> Tag
>    <f:verbatim> any text </f:verbatim>
> will copy the contents directly to the target page.
>
> You can also use:
>    <h:outputText escape="false" value="&nbsp;"/>
> which will again copy the value directly to the target page.
>
> Regards,
>
> Simon
>
>


--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Reply via email to