我正在使用 JDeveloper 11.1.2.3.0 我必须通过单击页面模板中的链接来显示一个弹出窗口。为此,我在 pageTemplate 中创建了一个弹出窗口,然后插入了一个对话框,在该对话框中,我从 DataControl 面板中拖放了我的 VO,并将其作为 ADF 表单插入。问题是,当我运行并单击链接(包含“ShowPopupBehavior”)时,我收到此错误:
//C:/Oracle/Middleware/jdeveloper/jdev/system11.1.2.3.39.62.76.1/MyNew/ViewControllerWebApp.war/WEB-INF/templates/myTemplates.jsf @58,118 value="#{bindings.TypeName.inputValue}": Target Unreachable, 'TypeName' returned null
ADF_FACES-60097:For more information, please see the server's error log for an entry beginning with: ADF_FACES-60096:Server Exception during PPR, #2
我可以在此处插入的每个视图都会发生这种情况。这是因为我不允许在页面模板中插入 ADF 表单吗?如果是这样,请给我一个提示,以实现我在第一句话中解释的内容。