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.
我正在寻找在 ADF Faces 中实现 MessageBox 的可能性。ADF Faces 中是否有类似 ExtJS 的 MessageBox?
这是一个示例消息框
可能有人可以指导我正确的方式
您可以查看<af:popup>然后<af:dialog>在其中使用 an 来获取 YesNo、OkCancel、YesNoCancel 对话框。您还可以<af:progressIndicator>在 an中添加组件,<af:dialog>以获取显示进度的弹出窗口。
<af:popup>
<af:dialog>
<af:progressIndicator>