<?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 Control the URL redirection after the create of a document in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/control-the-url-redirection-after-the-create-of-a-document/m-p/328623#M15624</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I want to control the URL redirection after a specific document is created.
The redirection is to move to the parent folder.&lt;/P&gt;
&lt;P&gt;Should it's possible to do that easily or i have to create a custom User Action with UI Document creation, get parent and navigate ?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Nov 2013 10:45:48 GMT</pubDate>
    <dc:creator>Smart_amp_Soft_</dc:creator>
    <dc:date>2013-11-06T10:45:48Z</dc:date>
    <item>
      <title>Control the URL redirection after the create of a document</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/control-the-url-redirection-after-the-create-of-a-document/m-p/328623#M15624</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I want to control the URL redirection after a specific document is created.
The redirection is to move to the parent folder.&lt;/P&gt;
&lt;P&gt;Should it's possible to do that easily or i have to create a custom User Action with UI Document creation, get parent and navigate ?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2013 10:45:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/control-the-url-redirection-after-the-create-of-a-document/m-p/328623#M15624</guid>
      <dc:creator>Smart_amp_Soft_</dc:creator>
      <dc:date>2013-11-06T10:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Control the URL redirection after the create of a document</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/control-the-url-redirection-after-the-create-of-a-document/m-p/328624#M15625</link>
      <description>&lt;P&gt;I extended the DocumentActionsBean and used the SaveDocument method to achieve this, add in validations, auto-calculate some field values, etc. Modified the line navigationContext.navigateToDocument(newDocument, "after-create") to use parentDoc instead of newDocument. Worked in 5.5 and 5.6 but haven't tried in 5.7/8.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2013 13:57:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/control-the-url-redirection-after-the-create-of-a-document/m-p/328624#M15625</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2013-11-06T13:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Control the URL redirection after the create of a document</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/control-the-url-redirection-after-the-create-of-a-document/m-p/328625#M15626</link>
      <description>&lt;P&gt;Thanks a lot, very helpfull ... I have a last question ... How i extend the current DocumentActionsBean and SaveDocument action ? Everytime i'm trying i have an error because i'm using the same component name (documentActions)&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2013 17:53:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/control-the-url-redirection-after-the-create-of-a-document/m-p/328625#M15626</guid>
      <dc:creator>Smart_amp_Soft_</dc:creator>
      <dc:date>2013-11-06T17:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Control the URL redirection after the create of a document</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/control-the-url-redirection-after-the-create-of-a-document/m-p/328626#M15627</link>
      <description>&lt;P&gt;Did you add an @Install just after @Scope to make sure your extended component with the same name has higher precedence?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2013 18:08:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/control-the-url-redirection-after-the-create-of-a-document/m-p/328626#M15627</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2013-11-06T18:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Control the URL redirection after the create of a document</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/control-the-url-redirection-after-the-create-of-a-document/m-p/328627#M15628</link>
      <description>&lt;P&gt;Also, not sure if it's still necessary, I also extended the DocumentActions interface and then had my custom DocumentActionsBean implement that (I recall getting another error otherwise)&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2013 18:11:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/control-the-url-redirection-after-the-create-of-a-document/m-p/328627#M15628</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2013-11-06T18:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Control the URL redirection after the create of a document</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/control-the-url-redirection-after-the-create-of-a-document/m-p/328628#M15629</link>
      <description>&lt;P&gt;I added the missing @Install and it's work, thanks !&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2013 18:25:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/control-the-url-redirection-after-the-create-of-a-document/m-p/328628#M15629</guid>
      <dc:creator>Smart_amp_Soft_</dc:creator>
      <dc:date>2013-11-06T18:25:28Z</dc:date>
    </item>
  </channel>
</rss>

