-
Type: Bug
-
Resolution: Fixed
-
Priority: Major
-
Affects Version/s: 1.0-beta-4
-
Component/s: None
-
None
以下で、outputTextが表示されない。
<h:form id="commandLinkForm">
<h:inputText id="text1" value="#
"/>
<h:commandLink id="link1" action="#
">
<f:verbatim>
<h:outputText value="#
"/>
</f:verbatim>
</h:commandLink>
</h:form>