On 2/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi !
How can I get the DialogContextManager for a FacesContext, the DialogHelper
seems to be gone?
<snip/>
The DialogHelper has never been released (based on its SVN location,
it is scheduled to be in the framework v1.1.0 release, whenever that
happens).
In general, if you're using the latest release (v1.0.4), its better to
look at the release Javadocs [1], rather than the latest Javadocs [2]
(using shale-dialog as an example here).
Finally, the DialogHelper source is here [3], the implementation of
the method you mention is towards the end.
-Rahul
(long, possibly fragmented URLs below)
[1] http://shale.apache.org/1.0.4/shale-dialog/apidocs/index.html
[2] http://shale.apache.org/shale-dialog/apidocs/index.html
[3]
http://svn.apache.org/viewvc/shale/framework/trunk/shale-dialog/src/main/java/org/apache/shale/dialog/DialogHelper.java?view=markup
CU
Jan K.