This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: custom facelet tag and pages.xml navigationsjmenden Aug 19, 2008 7:25 PM (in response to cinconnu)I can't provide too much input other than to say at first appearance your assertions appear to be correct: In JSF code: NavigationHandlerImpl.java private CaseStruct determineViewFromActionOutcome(List<ConfigNavigationCase> caseList, String fromAction, String outcome) { String cncFromAction = cnc.getFromAction(); .... if ((cncFromAction.equals(fromAction)) .... ConfigNavigationCase.java: public String getFromAction() { return (this.fromAction); }Specifically the line: cncFromAction.equals(fromAction) 
 
    