我需要h:commandLink
使用f:setPropertyActionListener
发送值,如下所示:
<h:commandLink value="New Search" action="SearchAuthor">
<f:setPropertyActionListener target="#{searchAuthController.flag}" value="true" />
</h:commandLink>
h:commandLink
需要双击以实现其操作,但我希望只需单击即可使用它,有什么方法可以做到这一点吗?
谢谢!