0 Replies Latest reply on Jun 28, 2007 7:16 AM by kgoedert

    view handlers problem

    kgoedert

      Hi,

      I have an application that uses tiles and has this view handler
      <view-handler>org.apache.myfaces.tomahawk.application.jsp.JspTilesViewHandlerImpl</view-handler>

      I would like to use seam security features in this same project which needs another view handler.

      Is it possible to have these working together? I understand that changing from tiles to facelets would be better, but I can´t do that right now.

      Is there a way to work this around?

      Thanks