Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-alpha
-
None
-
None
-
trinidad 2 branch, RI 2.0.0RC2
Description
The dialog framework does not work with JSF 2.0: opening new window shows "__ADF__ cannot be found".
Problem can be reproduced with trinidad-demo, dialog example (launchDialog.jspx)
Causation: with JSF 2.0 exactly two types of VDL are supported: JSP and Facelets,
but dialog framework uses java code for component tree creation (there is no real resource __ADF__)
Possible solution: rewrite dialog to javax.faces.view.