<config>
<navigation>
<override from-view-id="/jsp/browse/browse.jsp" to-view-id="/jsp/extension/browse.jsp"/>
<override from-outcome="browse" to-view-id="/jsp/extension/browse.jsp"/>
<override from-outcome="cancel" to-view-id="/jsp/extension/browse.jsp"/>
<override from-outcome="finish" to-view-id="/jsp/extension/browse.jsp"/>
<override from-outcome="success" to-view-id="/jsp/extension/browse.jsp"/>
</navigation>
</config>
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
"http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
<faces-config>
<navigation-rule>
<from-view-id>/jsp/browse/browse.jsp</from-view-id> #También he probado con: <from-view-id>/jsp/*</from-view-id>
<navigation-case>
<from-outcome>browse</from-outcome>
<to-view-id>/jsp/extension/browse.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>cancel</from-outcome>
<to-view-id>/jsp/extension/browse.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>finish</from-outcome>
<to-view-id>/jsp/extension/browse.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>success</from-outcome>
<to-view-id>/jsp/extension/browse.jsp</to-view-id>
</navigation-case>
</navigation-rule>
</faces-config>
<navigation-rule>
<from-view-id>/jsp/parts/titlebar.jsp</from-view-id>
<navigation-case>
<to-view-id>/jsp/extension/titlebar.jsp</to-view-id>
</navigation-case>
</navigation-rule>
<navigation-rule>
<from-view-id>/jsp/parts/titlebar.jsp</from-view-id>
<to-view-id>/jsp/extension/titlebar.jsp</to-view-id>
</navigation-rule>
<navigation-rule>
<from-view-id>/jsp/*</from-view-id>
<to-view-id>/jsp/extension/titlebar.jsp</to-view-id>
</navigation-rule>
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.