5 Replies Latest reply on Jul 12, 2007 7:26 AM by knisterpeter

    Overridable resource resolver

    knisterpeter

      I'm struggeling with loading the *.page.xml from an 'out-of-container' location. This is not supported thought, but it would be great if this could be added to seam. Or am I missing something?

      To explain my usecase: I have an application which should be very customizable on a per client/campaign base. I use facelets and JSF RI with Seam 1.2.1. I have written my own resource resolver for facelets and a static resource filter using seams filter and resource ability. This does work quite well.
      But one part is missing: The pageflow/navigation which is defined in my *.page.xml files. These must be in the container resource path and are lookedup throught the ServletContext. Also the Resources class in seam has mostly static methods which does not allow overriding or pluggability. This prevents me from replacing the lookup algorithm with one for my usecase. :(

      Any thoughts about this or an idea how to solve my problem?