<?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 How to make a action and link to the domain view in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-make-a-action-and-link-to-the-domain-view/m-p/327250#M14251</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;i m trying to add a link in the USER_MENU_ACTIONS to the domain listing : the navigation from one domain to another not being quite user friendly.&lt;/P&gt;
&lt;P&gt;I naively created a new action with a link to the outcome "view_domain" : the view_domains.xhtml is indeed displayed, but the current document is still displayed (no NavigateTo occurs).&lt;/P&gt;
&lt;P&gt;Do I have to build achain or something live that or is there a simpler way ?&lt;/P&gt;</description>
    <pubDate>Mon, 15 Dec 2014 15:23:32 GMT</pubDate>
    <dc:creator>pibou_Bouvret</dc:creator>
    <dc:date>2014-12-15T15:23:32Z</dc:date>
    <item>
      <title>How to make a action and link to the domain view</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-make-a-action-and-link-to-the-domain-view/m-p/327250#M14251</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;i m trying to add a link in the USER_MENU_ACTIONS to the domain listing : the navigation from one domain to another not being quite user friendly.&lt;/P&gt;
&lt;P&gt;I naively created a new action with a link to the outcome "view_domain" : the view_domains.xhtml is indeed displayed, but the current document is still displayed (no NavigateTo occurs).&lt;/P&gt;
&lt;P&gt;Do I have to build achain or something live that or is there a simpler way ?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2014 15:23:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-make-a-action-and-link-to-the-domain-view/m-p/327250#M14251</guid>
      <dc:creator>pibou_Bouvret</dc:creator>
      <dc:date>2014-12-15T15:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a action and link to the domain view</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-make-a-action-and-link-to-the-domain-view/m-p/327251#M14252</link>
      <description>&lt;P&gt;Two solutions I ve found for the link parameter of my custom action :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;#{navigationContext.navigateToId('id_of_my_domain')}
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;#{navigationContext.goHome()}
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Both are using "view_domains.xhtml", ex :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;        &amp;lt;action id="link_to_domains2" label="Domaines 2" link="#{navigationContext.goHome()}" order="100" &amp;gt;
                &amp;lt;category&amp;gt;USER_MENU_ACTIONS&amp;lt;/category&amp;gt;
                &amp;lt;filter-id&amp;gt;not_anonymous&amp;lt;/filter-id&amp;gt;
                &amp;lt;property name="url"&amp;gt;view_domains.xhtml&amp;lt;/property&amp;gt;
        &amp;lt;/action&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 15 Dec 2014 15:52:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-make-a-action-and-link-to-the-domain-view/m-p/327251#M14252</guid>
      <dc:creator>pibou_Bouvret</dc:creator>
      <dc:date>2014-12-15T15:52:17Z</dc:date>
    </item>
  </channel>
</rss>

