ICEfaces
  1. ICEfaces
  2. ICE-5688

The xml and DOCTYPE entries are ignored are partial updates where the entire page is replaced

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0-Alpha2
    • Fix Version/s: 2.0-Alpha3, 2.0.0
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      ICEfaces 2 JSF 2

      Description

      Currently, when a page contains the xml and DOCTYPE pre-amble elements (for example):

      <?xml version="1.0" encoding="UTF-8"?>
      <!DOCTYPE html
              PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
              "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

      they are ignored because they can't be treated as DOM elements directly and they frequently don't apply during partial response processing. However, in some cases, when a partial response updates contents of the entire page, these elements are not included as they are in stock JSF 2.

        Activity

        Hide
        Deryk Sinotte added a comment -

        Added code that now stores the xml and DOCTYPE data and applies it to any partial response that represents the entire page.

        Show
        Deryk Sinotte added a comment - Added code that now stores the xml and DOCTYPE data and applies it to any partial response that represents the entire page.

          People

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

            Dates

            • Created:
              Updated:
              Resolved: