Hello all,

I 'm trying to choose which page must be displayed after login action.
For example, I want that, after login, advanced_search_page must be displayed. 
Here is my deployment-fragment :

<extension target="faces-config#NAVIGATION">
  
  
    <navigation-case>
      <from-outcome>home</from-outcome>
      <to-view-id>/search/search_form.xhtml</to-view-id>
      <redirect />
    </navigation-case>
  
    
   </extension>

I hoped this navigation-case would override the "native one", redirecting 
"home" to view-id : nxstartup.xhtml
It just doesn't work. I noticed that this navigation-case gets merged to 
nuxeo.war/WEB-INF/faces-config.xml, but without overriding the suitable 
navigation-case ( from-outcome : home).

What is the proper way to do what I want ?

Thank you all
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to