当用户单击 Testscript 按钮时,应该调用方法 testscript。但它在我的 bean 中调用了不同的方法。以下是示例代码。
<h:form id="myform">
<h:commandButton id="testScript" actionListener="# {ScriptedPolicyBean.testScript"} />
<feat:Button onclick="document.getElementById("myForm:testScript")" />
</h:form>
请帮忙