我想检查某人是否有权限,以便他们可以查看我的链接,但我不明白为什么当我单击“查看”链接时,它会消失该链接并且不处理我的 prepareView()。它出什么问题了 ?
<c:if test="#{controller.viewMode == 'OK'}">
<h:commandLink action="#{controller.prepareView()}" value="View"/>
</c:if>
<h:commandLink action="#{controller.prepareEdit()}" value="Edit"/>
<h:commandLink action="#{controller.destroy()}" value="Delete"/>