This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: always redirecting to home.seamswd847 Sep 25, 2008 5:17 AM (in response to whitty69)You probably need to do a bit of coding. I would create an action that tests if a view exists or not, not sure what the best way to do this is, one way is to see if FaceletFactory.getInstance().getFacelet(viewId) throws an exception. Then put in a navigation rule that navigates based on the result of your viewExists function. 
 
    