<?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 passing parametters to dialog in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/passing-parametters-to-dialog/m-p/56594#M34252</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;SPAN&gt;I want to chain two different dialogs. After finishing the first dialog, I want to pass a parameter to the next dialog. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have looked at the Dialog framework and found that the DialogManager only inits parameter passed by actions. If parameter is a Node, I can use the browseBean, but how about the parameter is just a String or whatever value?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Nov 2006 10:03:52 GMT</pubDate>
    <dc:creator>tiennd</dc:creator>
    <dc:date>2006-11-29T10:03:52Z</dc:date>
    <item>
      <title>passing parametters to dialog</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/passing-parametters-to-dialog/m-p/56594#M34252</link>
      <description>Hi,I want to chain two different dialogs. After finishing the first dialog, I want to pass a parameter to the next dialog. I have looked at the Dialog framework and found that the DialogManager only inits parameter passed by actions. If parameter is a Node, I can use the browseBean, but how about th</description>
      <pubDate>Wed, 29 Nov 2006 10:03:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/passing-parametters-to-dialog/m-p/56594#M34252</guid>
      <dc:creator>tiennd</dc:creator>
      <dc:date>2006-11-29T10:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: passing parametters to dialog</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/passing-parametters-to-dialog/m-p/56595#M34253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you're right, you need to use an action to pass parameters to a dialog, the framework doesn't support directly passing parameters from one dialog to another at the moment. And yes, the parameters have to be strings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can immediately launch another dialog though using the outcome override approach. For example to close the dialog and launch another one called newDialog use the following outcome in your first dialog:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;dialog:close:dialog:newDialog&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Or you can just launch another dialog from within the first one, it depends on the flow you want. In either case you'll probably need to use the HTTP session object to pass the parameters. Just put the Node object in the session during the first dialog and retrieve it in the second dialog.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 23:40:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/passing-parametters-to-dialog/m-p/56595#M34253</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-11-30T23:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: passing parametters to dialog</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/passing-parametters-to-dialog/m-p/56596#M34254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Gavin, it's so nice to be able to do this: dialog:close:dialog:newDialog&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 03:00:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/passing-parametters-to-dialog/m-p/56596#M34254</guid>
      <dc:creator>tiennd</dc:creator>
      <dc:date>2006-12-01T03:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: passing parametters to dialog</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/passing-parametters-to-dialog/m-p/56597#M34255</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;SPAN&gt;Would this also work for &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;dialog:close:dialog:close &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;? It appears this always take me back to the browse page and not back in sequentially order.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe I am doing something wrong ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 11:02:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/passing-parametters-to-dialog/m-p/56597#M34255</guid>
      <dc:creator>whippet</dc:creator>
      <dc:date>2007-05-16T11:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: passing parametters to dialog</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/passing-parametters-to-dialog/m-p/56598#M34256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That is not a case that is specifically handled, however, looking at the code I'm not sure why it's not working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The best thing to do is to raise an issue for this in &lt;/SPAN&gt;&lt;A href="http://issues.alfresco.com" rel="nofollow noopener noreferrer"&gt;JIRA&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 09:41:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/passing-parametters-to-dialog/m-p/56598#M34256</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2007-05-21T09:41:58Z</dc:date>
    </item>
  </channel>
</rss>

