aye*_*gin 6 jsf ajax4jsf
我有一个JSF页面,其中包含一个树形式标记,它根据某些bean属性呈现.下一页和上一页有两个按钮.我想跳过上一页按钮的表单验证.
我尝试了以下方法来禁用验证:
组 h:commandButton immediate="true"
h:commandButton immediate="true"
更改按钮 a4j:commandButton ajaxSingle="true" rerender="someparts"
a4j:commandButton ajaxSingle="true" rerender="someparts"
这是行不通的.当我想跳过验证时,为什么导航失败?
Boz*_*zho 13
immediate="true"确实跳过了验证.确保已成功重新部署,并且没有任何错误.
immediate="true"
归档时间:
14 年,6 月 前
查看次数:
9358 次
最近记录:
6 年,11 月 前