我在頁面中輸入文本,命令鏈接和註銷圖像。當我在輸入文本中使用「必需」時,我的命令鏈接不起作用。否則它工作正常。帶輸入文本的CommandLink
這裏是我的代碼:
<p:commandLink action="#{loginForm.logout}">
<p:graphicImage value="images/logout.png" alt="Logout" style="width: 50px;height: 50px;" title="Logout"/>
</p:commandLink>
<p:inputText id="fname" required="true"/>