<?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: HOME_TAB action does not exist? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/home-tab-action-does-not-exist/m-p/313556#M557</link>
    <description>&lt;P&gt;And I can see the following Actions&lt;/P&gt;</description>
    <pubDate>Thu, 30 Aug 2012 22:22:26 GMT</pubDate>
    <dc:creator>karl_harris_</dc:creator>
    <dc:date>2012-08-30T22:22:26Z</dc:date>
    <item>
      <title>HOME_TAB action does not exist?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/home-tab-action-does-not-exist/m-p/313550#M551</link>
      <description>&lt;P&gt;Using the Change Tab automation action with HOME_TAB as the parameter I get the following error message;
ERROR [org.nuxeo.ecm.platform.ui.web.api.TabActionsSelection] Cannot set current tab with id 'HOME_TAB': action does not exist.&lt;/P&gt;
&lt;P&gt;The home tab works from the standard web screen.&lt;/P&gt;
&lt;P&gt;Any ideas why I cant switch to Home from an automation action?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2012 20:39:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/home-tab-action-does-not-exist/m-p/313550#M551</guid>
      <dc:creator>karl_harris_</dc:creator>
      <dc:date>2012-08-21T20:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: HOME_TAB action does not exist?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/home-tab-action-does-not-exist/m-p/313551#M552</link>
      <description>&lt;P&gt;Just tried MAIN_TABS&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2012 22:16:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/home-tab-action-does-not-exist/m-p/313551#M552</guid>
      <dc:creator>karl_harris_</dc:creator>
      <dc:date>2012-08-21T22:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: HOME_TAB action does not exist?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/home-tab-action-does-not-exist/m-p/313552#M553</link>
      <description>&lt;P&gt;Trying to you MultiNavTreeManager to get to HOME page from an automation chain but this Class does not seem to be available in CAP+DM!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2012 21:37:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/home-tab-action-does-not-exist/m-p/313552#M553</guid>
      <dc:creator>karl_harris_</dc:creator>
      <dc:date>2012-08-27T21:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: HOME_TAB action does not exist?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/home-tab-action-does-not-exist/m-p/313553#M554</link>
      <description>&lt;P&gt;This is normal as Change Tab change the tab of on the Default Category. I think there is no standard operation to do that, and would be great to improve the change tab action to have the possibility to specify the tab category we want the action.&lt;/P&gt;
&lt;P&gt;Waiting that create an operation that takes the tab id and the category as parameter and simply do :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;@Operation(id = ChangeTab2.ID, category = Constants.CAT_UI, requires = Constants.SEAM_CONTEXT, label = "Change Tab2", description = "Change the selected tab for the current document. Preserve the current input.")
    public class ChangeTab2 {

    public static final String ID = "Seam.ChangeTab2";

    @Context
    protected OperationContext ctx;

    @Param(name = "tab")
    protected String tab;

    @Param(name = "category", required = false)
    protected String category;

    @OperationMethod
    public void run() {
        if (category == null) {
           category = VIEW_ACTION_LIST;
        }

        OperationHelper.getWebActions().setCurrentTabId(category, tab, null);
    }
}
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I hope this works.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2012 14:33:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/home-tab-action-does-not-exist/m-p/313553#M554</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2012-08-30T14:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: HOME_TAB action does not exist?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/home-tab-action-does-not-exist/m-p/313554#M555</link>
      <description>&lt;P&gt;https&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2012 14:37:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/home-tab-action-does-not-exist/m-p/313554#M555</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2012-08-30T14:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: HOME_TAB action does not exist?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/home-tab-action-does-not-exist/m-p/313555#M556</link>
      <description>&lt;P&gt;Ben, thanks for the reply.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2012 22:20:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/home-tab-action-does-not-exist/m-p/313555#M556</guid>
      <dc:creator>karl_harris_</dc:creator>
      <dc:date>2012-08-30T22:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: HOME_TAB action does not exist?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/home-tab-action-does-not-exist/m-p/313556#M557</link>
      <description>&lt;P&gt;And I can see the following Actions&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2012 22:22:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/home-tab-action-does-not-exist/m-p/313556#M557</guid>
      <dc:creator>karl_harris_</dc:creator>
      <dc:date>2012-08-30T22:22:26Z</dc:date>
    </item>
  </channel>
</rss>

