我需要使用<h:commandButton type="submit">
以下形式执行支持 bean 方法:
<h:form id="login" prependId="false" onsubmit="document.getElementById('login').action='j_security_check';">
<h:commandButton type="submit">
</h:form>
我尝试定义action
as well as actionListner
,但是从不执行支持 bean 方法。我怎样才能做到这一点?