ICEfaces
  1. ICEfaces
  2. ICE-860

Address demo crashes on Complete Address

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.5
    • Fix Version/s: 1.6DR#1, 1.6
    • Component/s: Sample Apps
    • Labels:
      None
    • Environment:
      Operating System: Windows XP
      Platform: PC

      Description

      When completing an address you get the exception

      javax.faces.FacesException: Can't parse stream for /response.jspx Failed to
      execute JSP lifecycle.
      com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:368)
      com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:92)
      com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
      com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
      com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
      com.icesoft.faces.webapp.xmlhttp.PersistentFacesServlet.service(PersistentFacesServlet.java:286)
      javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

        Activity

        Hide
        Greg McCleary added a comment -

        This exception is caused by the uppercase <HTML> tag in the response.jspx page.

        Changing the tag to lowercasse <html> resolves the issue.

        The case sensitivity is enforced in the xhtml.tld [icefaces\core\conf\tld\xhtml.tld]

        Show
        Greg McCleary added a comment - This exception is caused by the uppercase <HTML> tag in the response.jspx page. Changing the tag to lowercasse <html> resolves the issue. The case sensitivity is enforced in the xhtml.tld [icefaces\core\conf\tld\xhtml.tld]
        Hide
        Patrick Corless added a comment -

        Arran can you verify that the address demo still has the described problem on
        the head.

        If so please apply the suggested fix and check in the code to the head.

        If the problem has been fixed, check the svn log for the response.jspx to see
        where it was fixed and update the iraptor case appropriately.

        Lastly if you can't reproduce it, mark the bug as resoluved "Works for me"

        Show
        Patrick Corless added a comment - Arran can you verify that the address demo still has the described problem on the head. If so please apply the suggested fix and check in the code to the head. If the problem has been fixed, check the svn log for the response.jspx to see where it was fixed and update the iraptor case appropriately. Lastly if you can't reproduce it, mark the bug as resoluved "Works for me"
        Hide
        Arran McCullough added a comment -

        Could not reproduce problem.

        Fixed in Revision #10644.

        Show
        Arran McCullough added a comment - Could not reproduce problem. Fixed in Revision #10644.
        Hide
        Gerardo Jaramillo added a comment -

        Hi everyone, i had the same problem, so i solved adding the icefaces-facelets.jar, so the minimal libraries are:

        backport-util-concurrent.jar
        commons-fileupload.jar
        commons-logging.jar
        icefaces.jar
        icefaces-comps.jar
        icefaces-facelets.jar
        jsf-api-1.2.jar
        jsf-impl-1.2.jar
        jstl.jar

        Show
        Gerardo Jaramillo added a comment - Hi everyone, i had the same problem, so i solved adding the icefaces-facelets.jar, so the minimal libraries are: backport-util-concurrent.jar commons-fileupload.jar commons-logging.jar icefaces.jar icefaces-comps.jar icefaces-facelets.jar jsf-api-1.2.jar jsf-impl-1.2.jar jstl.jar

          People

          • Assignee:
            Unassigned
            Reporter:
            Rob Mayhew
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: