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
Judy Guglielmin
created issue -
Judy Guglielmin
made changes -
Deryk Sinotte
made changes -
Deryk Sinotte
made changes -
Assignee | Deryk Sinotte [ deryk.sinotte ] |
Deryk Sinotte
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 2.0-Alpha3 [ 10032 ] | |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Security | Private [ 10001 ] |
Ken Fyten
made changes -
Fix Version/s | 2.0.0 [ 10230 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |