How to assign >> to attribute value of <h:commandButton>
I am trying to use ">>" as a label of <h:commandButton>
like this:
<h:commandButton id="cmdNext" value=">>"></h:commandButton>
Seems like JSF page validator doesnot like the way i assign >> to its value attribute.
How can I assign >> to value of <h:commandButton>

