<?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 Understanding custom pages navigation issue in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/understanding-custom-pages-navigation-issue/m-p/93801#M64207</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 some custom pages that stays (maybe a WDK habit) in (from the root context) :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/custom&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/custom/jsp/browse&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/custom/jsp/dialog&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/custom/jsp/parts&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/custom/jsp/sidebar&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is from my client custom client config :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;config evaluator="node-type" condition="ome:folder"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;navigation&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;override from-view-id="/jsp/browse/browse.jsp" to-view-id="/custom/jsp/browse/browse.jsp" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;override from-outcome="browse" to-view-id="/custom/jsp/browse/browse.jsp" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;override from-outcome="showSpaceDetails" to-view-id="/custom/jsp/dialog/space-details.jsp" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/navigation&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/config&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My custom pages are 99% or even copies of originals from the /jsp folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At use time, when i get to my custom pages some links seems like "broken" :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- add content&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- invite users&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- manage users&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- import&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- export&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- …….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In that case, no errors, the same page reloads.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Others like :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- remove&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- send mail to users&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- ……&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;are working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am logged in as admin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for helping.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Mar 2007 19:17:33 GMT</pubDate>
    <dc:creator>spl</dc:creator>
    <dc:date>2007-03-30T19:17:33Z</dc:date>
    <item>
      <title>Understanding custom pages navigation issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/understanding-custom-pages-navigation-issue/m-p/93801#M64207</link>
      <description>Hi.I have some custom pages that stays (maybe a WDK habit) in (from the root context) :/custom/custom/jsp/browse/custom/jsp/dialog/custom/jsp/parts/custom/jsp/sidebarThis is from my client custom client config :&amp;lt;config evaluator="node-type" condition="ome:folder"&amp;gt;&amp;lt;navigation&amp;gt;&amp;lt;override</description>
      <pubDate>Fri, 30 Mar 2007 19:17:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/understanding-custom-pages-navigation-issue/m-p/93801#M64207</guid>
      <dc:creator>spl</dc:creator>
      <dc:date>2007-03-30T19:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding custom pages navigation issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/understanding-custom-pages-navigation-issue/m-p/93802#M64208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is because there a bunch of JSF style navigation rules present (not all parts of the application have been converted to the dialog/wizard framework so the JSF navigation rules are still used).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These rules are based off of the /browse/browse.jsp path. You'll therefore need to duplicate all of these for your new page i.e. /jsp/custom/browse/browse.jsp i presume. The file you need is faces-config-navigation.xml in WEB-INF&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a look at &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Packaging_And_Deploying_Extensions" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Packaging_And_Deploying_Extensions&lt;/A&gt;&lt;SPAN&gt; for ways to override this file in your app.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 11:44:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/understanding-custom-pages-navigation-issue/m-p/93802#M64208</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2007-04-02T11:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding custom pages navigation issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/understanding-custom-pages-navigation-issue/m-p/93803#M64209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was just wondering about this empty faces-config-custom.xml !&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks very much.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 14:06:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/understanding-custom-pages-navigation-issue/m-p/93803#M64209</guid>
      <dc:creator>spl</dc:creator>
      <dc:date>2007-04-02T14:06:22Z</dc:date>
    </item>
  </channel>
</rss>

