现在我已经开始使用f:subview
将部分拆分成jsp片段<af:gridRow marginTop="5px" height="auto" id="gr74">
<af:gridCell marginStart="5px" width="100%" id="gc73" halign="stretch" columnSpan="5">
<af:spacer id="sp19" height="10px"/>
<af:declarativeComponent id="sp28" viewId="/pages/search/searchResult.jsff"/>
</af:gridCell>
</af:gridRow>
新的jsff片段(本例中为frontStoreSupport.jsff)拥有自己的frontStoreSupportPageDef.xml,其中包含我在页面中使用的绑定条目。
我的问题是此页面上的ADF只读表格会被拒绝访问。&#34;内容应该去哪里,尽管他们工作得很好 在原始页面中。
我已进入应用程序&gt;安全&gt;资源授予和添加到我的应用程序角色的视图,就像它在第一页中设置的那样..
这里的任何提示都会大大改善
答案 0 :(得分:3)
我自己得到答案。轻松退出
只需复制表格 pageDefinition 中生成的绑定数据,然后将其粘贴到主 jsf页面中,其中您将片段包含为 declarativeComponent