1 Reply Latest reply on Sep 17, 2007 2:19 AM by abhgup

    Portlet using JSF (myfaces) + tiles

    mrtompa

      Hi,

      I'm developing av portlet using JSF (myfaces and tomahawk) and are trying to use tiles to create layout in the portlet. So far no luck..

      Does anyone know if JBoss Portal supports tiles or if any special modifications/libs needs to be included?

      references to documentation on the topic would also be great!

      All help and tips appreciated!

      -mrtompa

        • 1. Re: Portlet using JSF (myfaces) + tiles
          abhgup

          I think I was also facing same kind of error. For tiles you need to specify view handler in faces-config.xml. Normally you can use JSPTilesViewHandler provided in tomahawk. But this view Handler doesnot take care of portlet context as the other view handler which is JSPViewHandler in myfaces. For tiles to work in portlet you need to provide a custom view handler which takes care of portlet requests also.