Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6DR#4
-
Component/s: Documentation
-
Labels:None
-
Environment:any
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
Initialization Parameters needing docs:
***************************************
com.icesoft.faces.delegateNonIface
com.icesoft.faces.doJSFStateManagement
com.icesoft.faces.actionURLSuffix
com.icesoft.faces.reloadInterval
com.icesoft.faces.openAjaxHub
com.icesoft.faces.streamWriting
com.icesoft.faces.async.server
com.icesoft.faces.VIEW
Other docs needed for:
***************************************
ContextEventRepeater
***************************************
com.icesoft.faces.delegateNonIface
com.icesoft.faces.doJSFStateManagement
com.icesoft.faces.actionURLSuffix
com.icesoft.faces.reloadInterval
com.icesoft.faces.openAjaxHub
com.icesoft.faces.streamWriting
com.icesoft.faces.async.server
com.icesoft.faces.VIEW
Other docs needed for:
***************************************
ContextEventRepeater
The lack of documentation for the com.icesoft.faces.delegateNonIface option caused me some grief.
I didn't know the feature existed, and I had to look through the source code to find it.
JSF-Portlet guys like me who have tons of legacy JSF portlets (some of which may be running side-by-side with ICEfaces portlets) need to have the D2DViewHandler delegate to other view handlers (in my case, the Sun-JSF-Portlet-Bridge ViewHandlerImpl). So the com.icesoft.faces.delegateNonIface option must be set to "true" in web.xml for many portlet developers, I would think.
– Neil