Error Parsing /page.xhtml: Error Traced[line: 42] The entity “nbsp” was referenced, but not declared

后端 未结 5 2233
说谎
说谎 2020-11-29 22:56

I\'d like to use non breaking spaces in my JSF page. I know, in plain HTML I could use   for this and this works fine. However, when I put those

5条回答
  •  庸人自扰
    2020-11-29 23:14

    1. should work fine. This does not work inside attribute value, though.

    2. Alternatively, as long as & is a predefined entity in XML, you could try   - worked for me with XML based JSP. This should work within attributes as well.

提交回复
热议问题