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.
Comments
Post a Comment