Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: EE-3.3.0.GA
-
Fix Version/s: None
-
Component/s: Framework
-
Labels:None
-
Environment:Windows, for all browsers
-
Workaround Exists:Yes
-
Workaround Description:
Description
After updating to ICEfaces 3.3.0.GA (EE) I've got a this error for some partial updates
Diff propagated to root but no ID set [html: null]
Even adding a h:panelGroup with id inside body doesn't remove the error
If I switch back from Mojarra 2.1.21 to 2.1.19 (which is delivered wiht 3.3.0), the error does not happen any more.
Analyzing the problem I found that Mojarra 2.2.21 changes the id of the body tag between two requests. If not specified in the xhtml page. After adding an id for body all run's fine.
So the code in the class org.icefaces.impl.context.DOMPartialViewContext#setBodyID(Document) has no effect
Diff propagated to root but no ID set [html: null]
Even adding a h:panelGroup with id inside body doesn't remove the error
If I switch back from Mojarra 2.1.21 to 2.1.19 (which is delivered wiht 3.3.0), the error does not happen any more.
Analyzing the problem I found that Mojarra 2.2.21 changes the id of the body tag between two requests. If not specified in the xhtml page. After adding an id for body all run's fine.
So the code in the class org.icefaces.impl.context.DOMPartialViewContext#setBodyID(Document) has no effect
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion