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.
我有一个<rich:dataTable>包含<a4j:commandLink>.
<rich:dataTable>
<a4j:commandLink>
我<a4j:jsFunction>在同一个表单中添加了一个,它被放置在一个<a4j:region>with 中renderRegionOnly="true"。
<a4j:jsFunction>
<a4j:region>
renderRegionOnly="true"
问题是,如果我有这个renderRegionOnly="true",表中的 commandLinks 只会在第二次单击它们时启动动作绑定方法!有没有人遇到过类似的问题?
谢谢!
我无法纠正这个问题,所以我使用了隐藏字段的解决方法,而不是在页面首次加载时调用该 jsFunction。谢谢你的提示。