cancel
Showing results for 
Search instead for 
Did you mean: 

where is navigation for search results defined?

esource
Champ on-the-rise
Champ on-the-rise
I'm trying to redirect search results to my own browse.jsp but cannot find where the navigation rule from advanced search to advanced search results are defined.  Would anyone know?
1 REPLY 1

savic_prvoslav
Champ on-the-rise
Champ on-the-rise
I think is


   <navigation-rule>      <from-view-id>/jsp/*</from-view-id>      <navigation-case>         <from-outcome>browse</from-outcome>         <to-view-id>/jsp/browse/browse.jsp</to-view-id>      </navigation-case>      <navigation-case>         <from-outcome>myalfresco</from-outcome>         <to-view-id>/jsp/dashboards/container.jsp</to-view-id>      </navigation-case>      <navigation-case>         <from-outcome>about</from-outcome>         <to-view-id>/jsp/dialog/about.jsp</to-view-id>      </navigation-case>   </navigation-rule>‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍

from file faces-config-navigation.xml

Hope it helps.