0 Replies Latest reply on Aug 28, 2009 4:55 PM by walterjwhite

    Extend Pages component

    walterjwhite

      Hi all,


      I would like to override or extend the Pages component in Seam so that I can have more control over which pages are displayed and how.  For instance, I would like to query the database for a view and then generate it from the view returned from the result.  I will store the entire JSF content in the db.


      There is a post here:
      https://jira.jboss.org/jira/browse/JBSEAM-3398


      http://www.seamframework.org/Community/OverridingXhtmlAndPagaxmlFilesInATransparentWay



      I don't know that I necessarily want to extend the Pages component, but rather bypass it all together.  That looks like I'd have to disable the SeamPhaseListener as well.



      Walter