This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Navigate to anchor?whafrog Dec 11, 2007 5:46 PM (in response to whafrog)I've tried adding specific entries to my navigation.xml file based on output from the action class, but that doesn't seem to work either, eg, assuming entityTypeName.equals("EntityType2"): public String add(String entityTypeName) { // ... add to list return "entityEditPage." + entityTypeName; }<navigation-case> <from-outcome>entityEditPage.EntityType2</from-outcome> <to-view-id>/lenderbenefits-verify.xhtml#DataTable2</to-view-id> <redirect /> </navigation-case> 
 Do anchor tags not work at all with facelets?
- 
        2. Re: Navigate to anchor?pmuir Dec 17, 2007 6:51 AM (in response to whafrog)I don't believe JSF supports this, no. 
 Feature request for JSF 2?
 
    