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

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #21361 Tue May 04 10:40:39 MDT 2010 deryk.sinotte ICE-5688: include xml and DOCTYPE page elements when a partial response replaces the entire page
        Files Changed
        Commit graph MODIFY /icefaces/scratchpads/glimmer/core/src/main/java/org/icefaces/context/DOMResponseWriter.java
        Commit graph MODIFY /icefaces/scratchpads/glimmer/core/src/main/java/org/icefaces/context/DOMPartialViewContext.java
        Deryk Sinotte created issue -
        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.
        Deryk Sinotte made changes -
        Field Original Value New Value
        Status Open [ 1 ] Resolved [ 5 ]
        Fix Version/s 2.0-Alpha3 [ 10032 ]
        Resolution Fixed [ 1 ]
        Assignee Deryk Sinotte [ deryk.sinotte ]
        Ken Fyten made changes -
        Fix Version/s 2.0.0 [ 10230 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

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

            Dates

            • Created:
              Updated:
              Resolved: