0

I want to use "&" character in jsf page but get error.

 <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> 

following error :

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

how to use "&" character in jsf page ?

1
  • What error do you get? Commented May 18, 2014 at 11:59

2 Answers 2

0

I think you should use &amp; instead of & in HTML.

Sign up to request clarification or add additional context in comments.

Comments

0

You can use its decimal code: &#215

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.