ICEfaces
  1. ICEfaces
  2. ICE-10750

Duplicate HTML <BR> tags being rendered during BODY element updates

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 4.0, EE-3.3.0.GA_P03
    • Fix Version/s: 4.1, EE-3.3.0.GA_P04
    • Component/s: Framework, ICE-Components
    • Labels:
      None
    • Environment:
      All, EE 3.3.30 P03
    • Assignee Priority:
      P2
    • Support Case References:
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      Use MyFaces JSF OR
      - Preload the ICE Compat library by including any ice: component (hidden if necessary) on each page.
      - When using the javax.faces.FACELETS_DECORATORS context parameter, add a root container as the only child of the body and use it to wrap all the page content inside of it. Do this to every page in the application. This avoids full body updates, which is the only case when <br /> tags get duplicated.
      - Change the ice:outputText to an h:outputText.
      - Do a redirect navigation.
      Show
      Use MyFaces JSF OR - Preload the ICE Compat library by including any ice: component (hidden if necessary) on each page. - When using the javax.faces.FACELETS_DECORATORS context parameter, add a root container as the only child of the body and use it to wrap all the page content inside of it. Do this to every page in the application. This avoids full body updates, which is the only case when <br /> tags get duplicated. - Change the ice:outputText to an h:outputText. - Do a redirect navigation.

      Description

      When displaying HTML tags from a managed bean to the page via an ouputText component, these tags are being duplicated when rendered on the page. This also only happens after the page with the tags is navigated to through a forward. It also only happens if there is an ice:outputText component on the page. The component that shows the HTML tags is an h:outputText with escape="false".

      This also doesn't happen for the EE 3.3.0 P02 release.

        Activity

        There are no subversion log entries for this issue yet.

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: