<?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: how can I navigate from one dialog to another dialog? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-navigate-from-one-dialog-to-another-dialog/m-p/241377#M194507</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see. Thank you very much for the post!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Aug 2010 15:20:30 GMT</pubDate>
    <dc:creator>esource</dc:creator>
    <dc:date>2010-08-19T15:20:30Z</dc:date>
    <item>
      <title>how can I navigate from one dialog to another dialog?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-navigate-from-one-dialog-to-another-dialog/m-p/241373#M194503</link>
      <description>I am on one custom dialog and I would like to navigate to another custom dialog.&amp;nbsp; I had the impression that I could do it with :FacesContext context = FacesContext.getCurrentInstance();context.getApplication().getNavigationHandler().handleNavigation(context, null, "dialog:newDialog");‍‍‍‍But this do</description>
      <pubDate>Tue, 17 Aug 2010 13:58:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-i-navigate-from-one-dialog-to-another-dialog/m-p/241373#M194503</guid>
      <dc:creator>esource</dc:creator>
      <dc:date>2010-08-17T13:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: how can I navigate from one dialog to another dialog?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-navigate-from-one-dialog-to-another-dialog/m-p/241374#M194504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;return "dialog:dialogname";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Dialog_Framework" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Dialog_Framework&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 20:35:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-i-navigate-from-one-dialog-to-another-dialog/m-p/241374#M194504</guid>
      <dc:creator>savic_prvoslav</dc:creator>
      <dc:date>2010-08-17T20:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: how can I navigate from one dialog to another dialog?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-navigate-from-one-dialog-to-another-dialog/m-p/241375#M194505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your post!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;return "dialog:dialogname";&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you mean?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;A href="http://wiki.alfresco.com/wiki/Dialog_Framework" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Dialog_Framework&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I think I am using the NavigationHandler correctly.&amp;nbsp; But it doesn't seem to be finding my custom dialog to navigate to.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 08:30:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-i-navigate-from-one-dialog-to-another-dialog/m-p/241375#M194505</guid>
      <dc:creator>esource</dc:creator>
      <dc:date>2010-08-18T08:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: how can I navigate from one dialog to another dialog?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-navigate-from-one-dialog-to-another-dialog/m-p/241376#M194506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;in your dialog when you are executing finishImpl method you can return sutuff like "dialog:close" … and you can return like this "dialog:mydialog" . this is how this should be done, it is shorter and nicer;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;finishImpl..{&lt;BR /&gt;&lt;BR /&gt;if(userwants to add adinitional data) rerturn "dialog:close"&lt;BR /&gt;else{&lt;BR /&gt;return "dialog:mydialog"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;}&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 11:12:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-i-navigate-from-one-dialog-to-another-dialog/m-p/241376#M194506</guid>
      <dc:creator>savic_prvoslav</dc:creator>
      <dc:date>2010-08-18T11:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: how can I navigate from one dialog to another dialog?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-navigate-from-one-dialog-to-another-dialog/m-p/241377#M194507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see. Thank you very much for the post!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 15:20:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-i-navigate-from-one-dialog-to-another-dialog/m-p/241377#M194507</guid>
      <dc:creator>esource</dc:creator>
      <dc:date>2010-08-19T15:20:30Z</dc:date>
    </item>
  </channel>
</rss>

