<?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 Alfresco Navigation Handler does not work properly in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-navigation-handler-does-not-work-properly/m-p/253270#M206400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Gurus,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm facing the following problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a new start location value within the user profile page names "CS System", and i create a new user named "momo" and i try to login to the alfresco, the login working successfully, but when i try to logout, go to company home, go to user home or alfresco the navigation is not work and still i'm staying on the same page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;after activate debug mode i notice that every action i'm doing on the page either logout or other the value of AlfrescoNavigationHandler is still the same value and is &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;19:07:07,498 User:momo DEBUG [web.app.AlfrescoNavigationHandler] handleNavigation (fromAction=null, outcome=cssystem)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where the value when i logged to the alfresco is &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;19:07:07,498 User:momo DEBUG [web.app.AlfrescoNavigationHandler] handleNavigation (fromAction=#{LoginBean.login}, outcome=cssystem)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i cannot know exactly what the reason for this behavior. can anyone help me to pass out of there problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Technical Description:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Goal: i need another start location&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Steps&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Override LoginBean To Support The new Start Location&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Override NavigationBean To Support New Start Location&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Override UserPreferencesBean To Support New Start Location&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Add New Navigation Rule&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Add Beans to the Faces-Config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;* logout as admin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* login as momo -&amp;gt; login success&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* click logout as momo user -&amp;gt; alfresco page refreshed but the same page still displayed (container.jsp)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* click company_home as momo -&amp;gt; alfresco page refreshed but the same page still displayed (container.jsp)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can any one help me or guide me, what i need to do ? or is there anything missing in the extension&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mohammed Amr&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Senior System Developer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Digital Series Co.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jul 2011 16:18:38 GMT</pubDate>
    <dc:creator>mohammed_amr</dc:creator>
    <dc:date>2011-07-05T16:18:38Z</dc:date>
    <item>
      <title>Alfresco Navigation Handler does not work properly</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-navigation-handler-does-not-work-properly/m-p/253270#M206400</link>
      <description>Dear Gurus,I'm facing the following problem:I have a new start location value within the user profile page names "CS System", and i create a new user named "momo" and i try to login to the alfresco, the login working successfully, but when i try to logout, go to company home, go to user home or alfr</description>
      <pubDate>Tue, 05 Jul 2011 16:18:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-navigation-handler-does-not-work-properly/m-p/253270#M206400</guid>
      <dc:creator>mohammed_amr</dc:creator>
      <dc:date>2011-07-05T16:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Navigation Handler does not work properly</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-navigation-handler-does-not-work-properly/m-p/253271#M206401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just a quick workaround comes to my mind which may help you solve your probelm at the quickest, which will require only a bit of a twicking by customizing Navigation Bean class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To set the start location as a specific space as default for all the users apart from guest user, you can handle this with a bit of the customization as shown below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Customize NavigationBean class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. In getToolbarLocation() method, add below entry, always return LOCATION_COMPANY.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.preferences.setStartLocation(NavigationBean.LOCATION_COMPANY);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return NavigationBean.LOCATION_COMPANY;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. In ProcessToolbar method, instead of getting the node for company home, get the node for your default location and follow the remaining logic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The above would be only advisable, if you have to always route the user to your specific space as a default location. And user would never require company home/myalfresco/guest home/user home as the default location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please check this should work absolutely fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 06:07:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-navigation-handler-does-not-work-properly/m-p/253271#M206401</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2011-07-07T06:07:34Z</dc:date>
    </item>
  </channel>
</rss>

