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

Using 'OR' and 'AND' in SQL Server -

python - Finding intersection between ellipse and a line -

c++ - NetBeans Remote Development with additional configuration -