Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 JSF 2 和 Richfaces 4,提交时需要禁用按钮。我也需要调用按钮的操作。当表单验证失败时,应启用提交按钮。我可以使用 Richfaces 3,但无法使用 Richfaces 4。
寻求帮助。
您可以为此使用 的onbegin和oncomplete属性<a4j:commandButton>。
onbegin
oncomplete
<a4j:commandButton>
<a4j:commandButton ... onbegin="disabled=true" oncomplete="disabled=false" />