<config evaluator="node-tipe" condition="ajd:espaciodiccint">
<navigation>
<override from-view-id="/jsp/browse/browse.jsp" to-view-id="/jsp/…/diccint.jsp"/>
<override from-outcome="browse" to-view-id="/jsp/…/diccint.jsp"/>
<override from-outcome="close" to-view-id="/jsp/…/diccint.jsp"/>
</navigation>
</config>
<td align="center">
<h:commandButton value="#{msg.close}" action="browse" styleClass="wizardButton" />
</td>
Entonces, en teoría, te debería bastar con esto:<config evaluator="node-type" condition="ajd:espaciodiccint">
<navigation>
<override from-view-id="/jsp/browse/browse.jsp" to-view-id="/jsp/…/diccint.jsp"/>
<override from-outcome="browse" to-view-id="/jsp/…/diccint.jsp"/>
</navigation>
</config>
No obstante, si lo del node-tipe era copy-paste, ya te debería haber funcionado…pues el <override from-outcome="browse"…ya lo tenías puesto.
<config evaluator="node-type" condition="ajd:diccint">
<navigation>
<override from-view-id="/jsp/browse/browse.jsp" to-view-id="/jsp/…/diccint.jsp"/>
<override from-view-id="/jsp/dialog/advanced-search.jsp" to-view-id="/jsp/…/diccint.jsp"/>
<override from-outcome="browse" to-view-id="/jsp/…/diccint.jsp"/>
</navigation>
</config>
<config evaluator="node-type" condition="ajd:diccint">
<navigation>
<override from-view-id="/jsp/browse/browse.jsp" to-view-id="/jsp/…/diccint.jsp"/>
<override from-outcome="browse" to-view-id="/jsp/…/diccint.jsp"/>
</navigation>
<navigation>
<override from-view-id="/jsp/dialog/advanced-search.jsp" to-view-id="/jsp/…/diccint.jsp"/>
<override from-outcome="browse" to-view-id="/jsp/…/diccint.jsp"/>
</navigation>
</config>
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.