1 Reply Latest reply on Jan 26, 2007 12:53 PM by ssilvert

    JSF Portlet with custom ViewHandler

    herveminko

      Hi!
      I have a small problem with my JSF-Portlet Application. The stand alone application works properly on JBOSS, using a custom view Handler. Now i want to use this same application as portlet (i made all portlet integration changes) with JBoss portal , and the page navigation doesn't work. I asume it is because of the custom ViewHandler.

      Is it possible at all, to use a custom ViewHandler for a JSF-Portlet? It is very important for me because my complex application really needs this modified ViewHandler.

      I use JBOSS Portal 2.2.1 with JBOSS 4.0.3SP1 my apllication use JSF SUN Reference Implementation

      Thanks in advance!

        • 1. Re: JSF Portlet with custom ViewHandler
          ssilvert

          In MyFaces you would need to either extend the MyFaces JspViewHandlerImpl or at least look at what it does to handle portlets.

          Since you are using Sun's JSF impl I don't know what is needed. You should probably try Sun's mailing list.

          In the future, you will be able to use a JSR-301 JSF Portlet bridge. That one should be more straightforward.

          Stan