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 页面,其中包含一个根据某些 bean 属性呈现的树形标签。下一页和上一页有两个按钮。我想跳过转到上一页的按钮上的表单验证。
我尝试了以下方法来禁用验证:
放h:commandButton immediate="true"
h:commandButton immediate="true"
更改按钮a4j:commandButton ajaxSingle="true" rerender="someparts"
a4j:commandButton ajaxSingle="true" rerender="someparts"
这没用。当我想跳过验证时,为什么导航会失败?
immediate="true"确实跳过了验证。确保您已成功重新部署,并且没有任何错误。
immediate="true"
我使用解决问题a4j:commandButton ajaxSingle="true" reRender=":outhercomponent:formconteningcomponent:component"
a4j:commandButton ajaxSingle="true" reRender=":outhercomponent:formconteningcomponent:component"
reRender即使组件 id 唯一,也需要组件的绝对路径
reRender
我最近与另一位使用<table>非表格数据的开发人员进行了讨论。
<table>
<table><tr><td> Server: </td><td> Development </td></tr></table>
我指出 2 android - Android SupportMapFragment 看不到片段内的地图