Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha3
-
Fix Version/s: 2.0-Alpha3, 2.0.0
-
Component/s: Framework
-
Labels:None
-
Environment:jsf2.0, ICEfaces-2.0
Description
BridgeSetup class uses
root.addComponentResource(context, output, "body") currently to add configuration details to the body tags. This expects <h:body> tags in the xhtml pages. The test pages for jsf2.0 don't require <h:body> tags (but many use just <body> tags), so problems result in the tests. Should we support the <body> html tag? For now, BridgeSetup class has to be modified to replace the "body" parameter to "head" in order for all tests to (mostly) work.
root.addComponentResource(context, output, "body") currently to add configuration details to the body tags. This expects <h:body> tags in the xhtml pages. The test pages for jsf2.0 don't require <h:body> tags (but many use just <body> tags), so problems result in the tests. Should we support the <body> html tag? For now, BridgeSetup class has to be modified to replace the "body" parameter to "head" in order for all tests to (mostly) work.
Issue Links
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion