使用"&" jsf页面中的字符

时间:2014-05-18 11:57:16

标签: java jsf xhtml

我想用“&” jsf页面中的字符,但会收到错误。

 <p:commandLink type="button" styleClass="close" aria-hidden="true"
                action="#{tages.removeText}" update="panel_topic" value="&time;">
     &times;
     <f:setPropertyActionListener target="#{tages._tar}" value="#{txt}"/>

 </p:commandLink>

以下错误:

Error Traced[line: 24] The entity "times" was referenced, but not declared.

如何使用“&amp;” jsf页面中的字符?

1 个答案:

答案 0 :(得分:0)

我认为您应该在HTML中使用&amp;而不是&