ICEfaces
  1. ICEfaces
  2. ICE-5568

jsfUnit tests fail when using <head> tags as BridgeSetup requires <h:head> tags to insert configuration into head

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major 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.

        Issue Links

          Activity

            People

            • Assignee:
              Deryk Sinotte
              Reporter:
              Judy Guglielmin
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: