<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Custom browse.jsp and navigation override in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/custom-browse-jsp-and-navigation-override/m-p/231208#M184338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am facing a similar issue and have been looking into a solution for a little while.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems that for the conditions in the wizards, there is a "base condition handler" in the source code where the redirection is hard coded:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if you have checked out the community 3.3 branch from the svn, check out the BaseConditionHandler.java file located in:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HEAD\root\projects\web-client\source\java\org\alfresco\web\bean\rules\handlers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;on line 37:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp; protected static final String CONDITION_PAGES_LOCATION = "/jsp/rules/";&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's a bit of a pain as it is hard coded into the core web-client. You would need to modify it to /jsp/pemappe/rules/ in your case, recompile the whole lot and copy the alfresco-web-client-3.3.jar file into your alfresco webapp (in alfresco/WEB-INF/lib).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure this is the best way of doing it as it involves messing around the core code, but that is the only way I found so far.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I am going through the customization of the Explorer, I am finding out a few "hard coded" path and styles making it a little bit difficult to adapt. Again, being a total newb with Alfresco, I might be going about it the wrong way…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, I hope this help, and I would be very interested in finding out if this is the only way to cope with the redirection in the wizards and if other people have suggestions and tips about the general customization of the styles (those hard coded as opposed to those in the obvious css files)…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 May 2010 17:35:08 GMT</pubDate>
    <dc:creator>david_labbe</dc:creator>
    <dc:date>2010-05-06T17:35:08Z</dc:date>
    <item>
      <title>Custom browse.jsp and navigation override</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-browse-jsp-and-navigation-override/m-p/231207#M184337</link>
      <description>I wrote a custom browse.jsp to be displayed for folders with a certain aspect only. Therefore I have overriden the navigation rules to browse to my /jsp/pemappe/posteingang-browse.jsp page as follows:&amp;lt;config evaluator="aspect-name" condition="pemappe&lt;IMG id="smileytongue" class="emoticon emoticon-smileytongue" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;osteingangsordner"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;navigation&amp;gt;</description>
      <pubDate>Wed, 24 Mar 2010 09:14:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-browse-jsp-and-navigation-override/m-p/231207#M184337</guid>
      <dc:creator>sebp</dc:creator>
      <dc:date>2010-03-24T09:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Custom browse.jsp and navigation override</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-browse-jsp-and-navigation-override/m-p/231208#M184338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am facing a similar issue and have been looking into a solution for a little while.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems that for the conditions in the wizards, there is a "base condition handler" in the source code where the redirection is hard coded:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if you have checked out the community 3.3 branch from the svn, check out the BaseConditionHandler.java file located in:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HEAD\root\projects\web-client\source\java\org\alfresco\web\bean\rules\handlers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;on line 37:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp; protected static final String CONDITION_PAGES_LOCATION = "/jsp/rules/";&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's a bit of a pain as it is hard coded into the core web-client. You would need to modify it to /jsp/pemappe/rules/ in your case, recompile the whole lot and copy the alfresco-web-client-3.3.jar file into your alfresco webapp (in alfresco/WEB-INF/lib).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure this is the best way of doing it as it involves messing around the core code, but that is the only way I found so far.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I am going through the customization of the Explorer, I am finding out a few "hard coded" path and styles making it a little bit difficult to adapt. Again, being a total newb with Alfresco, I might be going about it the wrong way…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, I hope this help, and I would be very interested in finding out if this is the only way to cope with the redirection in the wizards and if other people have suggestions and tips about the general customization of the styles (those hard coded as opposed to those in the obvious css files)…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 17:35:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-browse-jsp-and-navigation-override/m-p/231208#M184338</guid>
      <dc:creator>david_labbe</dc:creator>
      <dc:date>2010-05-06T17:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Custom browse.jsp and navigation override</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-browse-jsp-and-navigation-override/m-p/231209#M184339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;by the way, you will be hit by the same problem with the action wizards…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in BaseConditionHandler.java file located in:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HEAD\root\projects\web-client\source\java\org\alfresco\web\bean\&lt;/SPAN&gt;&lt;STRONG&gt;actions&lt;/STRONG&gt;&lt;SPAN&gt;\handlers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;line 33&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; protected static final String ACTION_PAGES_LOCATION = "/jsp/actions/";&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;change it to /jsp/pemappe/actions/ and recompile… then copy the alfresco-web-client-3.3.jar file into your alfresco webapp (in alfresco/WEB-INF/lib).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS: I have just seen you are working with the community 3.2 version but I am sure it is the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 17:42:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-browse-jsp-and-navigation-override/m-p/231209#M184339</guid>
      <dc:creator>david_labbe</dc:creator>
      <dc:date>2010-05-06T17:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom browse.jsp and navigation override</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-browse-jsp-and-navigation-override/m-p/231210#M184340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;just a thought for the Alfresco developers. It might be totally impossible, and I might be talking nonsense (I have zero experience in java and know very little of Alfresco), but would it be better, for the sake of customization if there was some sort of default directory where pretty much any customization would go (in a similar folder structure than the actual code) and the code would have "built-in" checks to see first if the file or path exist in the custom directory, if not use the default one… I have had quite a lot of experience with php and Joomla, and this is a technique used to customize the templates…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;just a thought…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 17:49:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-browse-jsp-and-navigation-override/m-p/231210#M184340</guid>
      <dc:creator>david_labbe</dc:creator>
      <dc:date>2010-05-06T17:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Custom browse.jsp and navigation override</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-browse-jsp-and-navigation-override/m-p/231211#M184341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not much activity on this thread? Can anyone tell me if I am doing this right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;david&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 May 2010 11:19:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-browse-jsp-and-navigation-override/m-p/231211#M184341</guid>
      <dc:creator>david_labbe</dc:creator>
      <dc:date>2010-05-09T11:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Custom browse.jsp and navigation override</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-browse-jsp-and-navigation-override/m-p/231212#M184342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well I guess since nobody is commenting, it must be the only way to do so! Hmmm! &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 12:57:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-browse-jsp-and-navigation-override/m-p/231212#M184342</guid>
      <dc:creator>david_labbe</dc:creator>
      <dc:date>2010-05-21T12:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Custom browse.jsp and navigation override</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-browse-jsp-and-navigation-override/m-p/231213#M184343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for all your replies. I gave up trying to find a solution. I still have the navigation problem and our current workaround is that if the users do not see the custom browse.jsp then they should reload the page by clicking on the folder name in the breadcrumb. Not nice, but it works. I don't want to change the source code since all these changes must be checked and revised if a new Alfresco version comes out (and I already have lots of changes and fixes to check).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Since nobody else is answering this thread we are the only ones having this problem&amp;nbsp; &lt;img id="smileyindifferent" class="emoticon emoticon-smileyindifferent" src="https://connect.hyland.com/i/smilies/16x16_smiley-indifferent.png" alt="Smiley Indifferent" title="Smiley Indifferent" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 13:10:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-browse-jsp-and-navigation-override/m-p/231213#M184343</guid>
      <dc:creator>sebp</dc:creator>
      <dc:date>2010-05-21T13:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Custom browse.jsp and navigation override</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-browse-jsp-and-navigation-override/m-p/231214#M184344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Sebp,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess we must be. With regards to the modifications to the source code, I agree with you, although on this one, this really is the only possibility and they are very simple changes. As I have already modified a few litltle things in the code (eliminating the scary footer saying unsupported and blablabla and a few other things), I don't mind the changes involved here. I guess if I start getting too many changes to the codes, I will wonder whether I am doing the right thing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck to you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 15:17:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-browse-jsp-and-navigation-override/m-p/231214#M184344</guid>
      <dc:creator>david_labbe</dc:creator>
      <dc:date>2010-05-21T15:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Custom browse.jsp and navigation override</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-browse-jsp-and-navigation-override/m-p/231215#M184345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're not the only ones having this problem.&amp;nbsp; It's apparently just never been given priority.&amp;nbsp; There's &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALFCOM-372" rel="nofollow noopener noreferrer"&gt;ALFCOM-372&lt;/A&gt;&lt;SPAN&gt; posted three years ago and &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALF-2856" rel="nofollow noopener noreferrer"&gt;ALF-2856&lt;/A&gt;&lt;SPAN&gt; posted two years ago.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sebp, I'm going with your workaround but I'm hoping to resolve the issue before our second release a few months from now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 May 2010 06:55:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-browse-jsp-and-navigation-override/m-p/231215#M184345</guid>
      <dc:creator>kgeis</dc:creator>
      <dc:date>2010-05-23T06:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom browse.jsp and navigation override</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-browse-jsp-and-navigation-override/m-p/231216#M184346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I have following navigation rules:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;config evaluator="aspect-name" condition="txt:folder"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;navigation&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;override from-view-id="/jsp/browse/browse.jsp" to-view-id="/jsp/txt/browse.jsp" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;override from-outcome="browse" to-view-id="/jsp/teletext/browse.jsp" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;override from-outcome="dialog:close" to-view-id="/jsp/teletext/browse.jsp" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/navigation&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/config&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;config evaluator="aspect-name" condition="txt:folder"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;navigation&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;override from-view-id="/jsp/dialog/container.jsp" to-view-id="/jsp/txt/browse.jsp" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;override from-outcome="browse" to-view-id="/jsp/teletext/browse.jsp" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;override from-outcome="dialog:close" to-view-id="/jsp/teletext/browse.jsp" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/navigation&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/config&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Also my own dialog:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;public class ModifyTxtFolder extends BaseDialogBean {&lt;BR /&gt;. . .&lt;BR /&gt;@Override&lt;BR /&gt;public String cancel(){&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; String outcome = super.cancel();&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; navigator.setupDispatchContext(navigator.getCurrentNode());&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FacesContext fc = FacesContext.getCurrentInstance();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fc.getApplication().getNavigationHandler().handleNavigation(fc, null, outcome);&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return outcome;&lt;BR /&gt;}&lt;BR /&gt;. . .&lt;BR /&gt;}&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;My log after cancel button is pressed (and view is returned back to default browse.jsp):&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;18:33:34,558 User:admin DEBUG [web.app.AlfrescoNavigationHandler] handleNavigation (fromAction=null, outcome=dialog:close)&lt;BR /&gt;18:33:34,558 User:admin DEBUG [web.app.AlfrescoNavigationHandler] Current view id: /jsp/dialog/container.jsp&lt;BR /&gt;18:33:34,559 User:admin DEBUG [web.app.AlfrescoNavigationHandler] Closing dialog&lt;BR /&gt;18:33:34,559 User:admin DEBUG [web.app.AlfrescoNavigationHandler] Popped item from the top of the view stack: /jsp/browse/browse.jsp&lt;BR /&gt;18:33:34,560 User:admin DEBUG [web.app.AlfrescoNavigationHandler] view stack: []&lt;BR /&gt;18:33:34,560 User:admin DEBUG [web.app.AlfrescoNavigationHandler] handleNavigation (fromAction=#{DialogManager.cancel}, outcome=dialog:close)&lt;BR /&gt;18:33:34,560 User:admin DEBUG [web.app.AlfrescoNavigationHandler] Current view id: /jsp/browse/browse.jsp&lt;BR /&gt;18:33:34,560 User:admin DEBUG [web.app.AlfrescoNavigationHandler] Attempting to close a dialog with an empty view stack, returning 'browse' outcome&lt;BR /&gt;18:33:34,560 User:admin DEBUG [web.app.AlfrescoNavigationHandler] Passing outcome 'browse' to original navigation handler&lt;BR /&gt;18:33:34,560 User:admin DEBUG [web.app.AlfrescoNavigationHandler] view stack: []&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I've got problems with this in another project two years ago and as I can see it still doesn't work. Am I doing anything wrong, or that problem is still there?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(crosspost: &lt;/SPAN&gt;&lt;A href="https://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=1217&amp;amp;p=120172#p120172" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=1217&amp;amp;p=120172#p120172&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A href="https://forums.alfresco.com/en/viewtopic.php?f=10&amp;amp;t=2392&amp;amp;p=120173#p120173" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/en/viewtopic.php?f=10&amp;amp;t=2392&amp;amp;p=120173#p120173&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 16:42:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-browse-jsp-and-navigation-override/m-p/231216#M184346</guid>
      <dc:creator>shmoula</dc:creator>
      <dc:date>2011-10-04T16:42:22Z</dc:date>
    </item>
  </channel>
</rss>

