One exception: if you use JSPX, the <f:verbatim> </f:verbatim>; will lead to problems, as the entity cannot be resolved.
Solution: include the in a <!CDATA> section,   as the numerical representation or write: &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=" "/> > 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

