where is navigation for search results defined?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2010 03:12 AM
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?
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2010 08:47 AM
I think is
from file faces-config-navigation.xml
Hope it helps.
<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.
