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

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -