jsf - Will <h:inputHidden> tag do the html encoding for the attribute value it renders? -


will <h:inputhidden> tag html encoding attribute value renders?

i cannot find documentation on this.

in jsf, everything html-encoded, unless explicitly set escape="false" attribute on tag/component supporting attribute (such <h:outputtext>).

this covers value of <h:inputxxx> component.

see also:


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -