Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<h:inputHidden>タグは、レンダリングする属性値の html エンコーディングを行いますか?
<h:inputHidden>
これに関するドキュメントが見つかりません。
JSF では、その属性 ( など) をサポートするタグ/コンポーネントで属性を明示的に設定しない限り、すべてが HTML エンコードされます。escape="false"<h:outputText>
escape="false"
<h:outputText>
したがって、これはあらゆる<h:inputXxx>コンポーネントの値にも適用されます。
<h:inputXxx>