Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.6.1
    • Fix Version/s: 1.6.2, 1.7DR#1, 1.7
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      All

      Description

      Problem getting Seam PDF to work because it looks like it's trying to load the wrong Facelets file.

        Issue Links

          Activity

          Hide
          Mark Collette added a comment -

          Had to tweak the fix, because it accidentally used regex search and replace instead of substring search and replace, which means that ".seam" -> ".xhtml" wouldn't change "testseam.seam" to "testseam.xhtml" but would make it "testxhtml.xhtml".

          Subversion 14853
          icefaces\core\src\com\icesoft\faces\facelets\D2DFaceletViewHandler.java


          Removed some stuff that shouldn't have been included in revision 14853.

          Subversion 14854
          icefaces\core\src\com\icesoft\faces\facelets\D2DFaceletViewHandler.java

          Show
          Mark Collette added a comment - Had to tweak the fix, because it accidentally used regex search and replace instead of substring search and replace, which means that ".seam" -> ".xhtml" wouldn't change "testseam.seam" to "testseam.xhtml" but would make it "testxhtml.xhtml". Subversion 14853 icefaces\core\src\com\icesoft\faces\facelets\D2DFaceletViewHandler.java Removed some stuff that shouldn't have been included in revision 14853. Subversion 14854 icefaces\core\src\com\icesoft\faces\facelets\D2DFaceletViewHandler.java
          Hide
          Mark Collette added a comment -

          Subversion 14995
          Backport to 1.6.2 : ICE-2142 (14853,14854)
          icefaces\core\src\com\icesoft\faces\facelets\D2DFaceletViewHandler.java

          Show
          Mark Collette added a comment - Subversion 14995 Backport to 1.6.2 : ICE-2142 (14853,14854) icefaces\core\src\com\icesoft\faces\facelets\D2DFaceletViewHandler.java

            People

            • Assignee:
              Judy Guglielmin
              Reporter:
              Mark Collette
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: