2 Replies Latest reply on May 17, 2007 8:44 PM by fhh

    view-id manipulation using phaselistener?

    ryoung2504

      I have some complex navigation rules that are dependant upon the servername of the request.

      What I would like to be able to do is specify a pseudo view-id (lets say 'home.xhtml') but it to resolve to a different concrete view-id ('home/xxx.xhtml' on site A and 'home/abc.xhtml' on site B).

      My latest thoughts are to use a class that implements PhaseListener. However my navigation rules are dependant upon data in some entities and I have read posts on this forum that imply PhaseListeners cannot be used in transactions.

      Is there anyone out there who has tried something similar? Is there a better way of doing this?