2 Replies Latest reply on Feb 26, 2007 2:44 PM by pbreau

    ICEFaces Error

    monkeyden

      Anyone else get this? Why should ICEFaces care about portal?

      15:17:25,175 DEBUG [FacesContextFactoryImpl] Portlet classes not available: java.lang.ClassNotFoundException: javax.portlet.PortletRequest
      15:17:25,175 DEBUG [D2DViewHandler] Seam Keyword shortcut found, new ViewRoot


      A long time ago I said "Ajax isn't going to change my life for the better". I'm beginning to see how right I was.

        • 1. Re: ICEFaces Error
          kukeltje

          afaik, rendering jsf into a portal requires different things than rendering into a single webpage. You could have seen found that by all the questions there were related to jsf and portals.

          And btw, nothing changes your life only for the better. Everything has its downsides. ICEFaces is nice when used separately. In combination with Seam it it not there yet, but making advancements.

          • 2. Re: ICEFaces Error
            pbreau

            It's nothing to worry about. ICEfaces is simply checking for portlet classes and not finding them, so it will treat your app as a non-portlet-based app. I'll log a bug at ICEfaces to generate a less unsettling debug message.

            Philip