<?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 Breadcrumb and browser back button in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/breadcrumb-and-browser-back-button/m-p/72021#M46731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been going through your code base and in particular the way breadcrumb has been implemented. I have a few questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. breadcrumb.jsp - This refers to a backing bean NavigationBean.java "location" property stores the current bread crumb. What i am not able to figure out is that how is this variable ever updated apart from the initialization?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. In UIBreadCrumb component you have queued a BreadCrumb event which is then broadcast to all the listeners. Who are the interested listeners and where have they been registered?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Where does the bread crumb "location" change when a new link is clicked which takes the control to some other page?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. How do you handle the browser back button? If the user clicks the back button then how will you keep the location (list) in synch with the page the user is currently on after clicking the browser back button?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It will be great if you could throw some light on the same&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Madhav&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Feb 2007 06:58:17 GMT</pubDate>
    <dc:creator>unmarshall</dc:creator>
    <dc:date>2007-02-21T06:58:17Z</dc:date>
    <item>
      <title>Breadcrumb and browser back button</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/breadcrumb-and-browser-back-button/m-p/72021#M46731</link>
      <description>Hi,I have been going through your code base and in particular the way breadcrumb has been implemented. I have a few questions:1. breadcrumb.jsp - This refers to a backing bean NavigationBean.java "location" property stores the current bread crumb. What i am not able to figure out is that how is this</description>
      <pubDate>Wed, 21 Feb 2007 06:58:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/breadcrumb-and-browser-back-button/m-p/72021#M46731</guid>
      <dc:creator>unmarshall</dc:creator>
      <dc:date>2007-02-21T06:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Breadcrumb and browser back button</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/breadcrumb-and-browser-back-button/m-p/72022#M46732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The event you mention is part of the internals of JSF.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JSF components use an event mechanism to communicate between the lifecycles of a request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The breadcrumb gets updated by the BrowseBean.updateUILocation method, this itself gets called every time a space is clicked in the UI.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 10:44:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/breadcrumb-and-browser-back-button/m-p/72022#M46732</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2007-02-22T10:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Breadcrumb and browser back button</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/breadcrumb-and-browser-back-button/m-p/72023#M46733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using alfresco 2.1,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in breadcrumb the navigation path is not dispalyed correctly,it adds to some confusion to the endusers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help us if any new thing is implemented to overcome these error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 12:14:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/breadcrumb-and-browser-back-button/m-p/72023#M46733</guid>
      <dc:creator>archana_bonkanp</dc:creator>
      <dc:date>2008-04-30T12:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Breadcrumb and browser back button</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/breadcrumb-and-browser-back-button/m-p/72024#M46734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The breadcrumbs is correctly implemented. It shows how the user navigated to the particular space, not the path to the particular space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The latest community version has a switch that allows you to specify the alternate behaviour.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 13:00:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/breadcrumb-and-browser-back-button/m-p/72024#M46734</guid>
      <dc:creator>dinger</dc:creator>
      <dc:date>2008-04-30T13:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Breadcrumb and browser back button</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/breadcrumb-and-browser-back-button/m-p/72025#M46735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your response&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;we gone through the site,and added the following &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;config&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;client&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;breadcrumb-mode&amp;gt;location&amp;lt;/breadcrumb-mode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/client&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/config&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in the web-client-config-custom.xml: file&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but nothing works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help us&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2008 05:17:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/breadcrumb-and-browser-back-button/m-p/72025#M46735</guid>
      <dc:creator>archana_bonkanp</dc:creator>
      <dc:date>2008-05-01T05:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Breadcrumb and browser back button</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/breadcrumb-and-browser-back-button/m-p/72026#M46736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That config setting isn't available in v2.1 - only the latest HEAD code (v2.9)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2008 07:17:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/breadcrumb-and-browser-back-button/m-p/72026#M46736</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2008-05-01T07:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Breadcrumb and browser back button</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/breadcrumb-and-browser-back-button/m-p/72027#M46737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;is there is no way to solve the problem&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 05:21:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/breadcrumb-and-browser-back-button/m-p/72027#M46737</guid>
      <dc:creator>archana_bonkanp</dc:creator>
      <dc:date>2008-05-02T05:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Breadcrumb and browser back button</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/breadcrumb-and-browser-back-button/m-p/72028#M46738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Port the code to v2.1?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pay someone to do it for you?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 12:10:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/breadcrumb-and-browser-back-button/m-p/72028#M46738</guid>
      <dc:creator>dinger</dc:creator>
      <dc:date>2008-05-06T12:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Breadcrumb and browser back button</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/breadcrumb-and-browser-back-button/m-p/72029#M46739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;we already using V2.1 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can you please let us know the cost details to do the same&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 12:34:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/breadcrumb-and-browser-back-button/m-p/72029#M46739</guid>
      <dc:creator>archana_bonkanp</dc:creator>
      <dc:date>2008-05-06T12:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Breadcrumb and browser back button</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/breadcrumb-and-browser-back-button/m-p/72030#M46740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you need to backport the code from 2.9 (HEAD) to 2.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 14:12:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/breadcrumb-and-browser-back-button/m-p/72030#M46740</guid>
      <dc:creator>dinger</dc:creator>
      <dc:date>2008-05-06T14:12:40Z</dc:date>
    </item>
  </channel>
</rss>

