我在这里做错了什么?模式页面 +重定向和设置值校验和错误
Page Item: P1_ITEM_1
Type: Select List
Page Action on Selection: Redirect and Set Value
如果页面模式为正常,则可以正常工作。但是,如果我将其更改为模态对话框,它会在项目选择上给出以下校验和错误。
apex_error_code: APEX.SESSION_STATE.SSP_VIOLATION2_FOR_DEVELOPERS
提交页面后立即。
页面上没有奇怪的动态操作或脚本。 我在这里做错了什么?
Page Item: P1_ITEM_1
Type: Select List
Page Action on Selection: Redirect and Set Value
It works fine if Page Mode is Normal. However, if I change it to Modal Dialog, it gives below checksum error on item selections.
apex_error_code: APEX.SESSION_STATE.SSP_VIOLATION2_FOR_DEVELOPERS
right after submitting the page.
No weird dynamic actions or scripts on the page.
What am I doing wrong here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信这是预期的行为。模态页面无法直接打开,需要从父页面调用 - 这就是模态页面的工作原理。重定向到模式页面与直接打开它完全相同,因此我预计它会失败。
I believe this is expected behaviour. A modal page cannot be opened directly, in needs to be invoked from a parent page - that is how modal pages work. A redirect to a modal page is exactly the same as opening it directly so I'd expect it to fail.