<?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: action with parameter? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/action-with-parameter/m-p/149499#M104458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've checked it with firefox plugin tamper data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;on action execute the parameter&lt;/SPAN&gt;&lt;BR /&gt;&lt;EM&gt;myparam&lt;/EM&gt;&lt;SPAN&gt; with the value &lt;/SPAN&gt;&lt;EM&gt;test&lt;/EM&gt;&lt;SPAN&gt; is submitted (as a post parameter)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;now how can i get access on this value from the bean?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;best regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Feb 2008 11:14:50 GMT</pubDate>
    <dc:creator>roman</dc:creator>
    <dc:date>2008-02-15T11:14:50Z</dc:date>
    <item>
      <title>action with parameter?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/action-with-parameter/m-p/149498#M104457</link>
      <description>hey folkz,hope i can get an answer:i need an entry in the menu more actions to start a wizard…this is no problem. but i would like to have this action with parameters.there will be more action entries in that which start the same wizardbut different functionality, depending on which parameter passed</description>
      <pubDate>Fri, 15 Feb 2008 11:03:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/action-with-parameter/m-p/149498#M104457</guid>
      <dc:creator>roman</dc:creator>
      <dc:date>2008-02-15T11:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: action with parameter?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/action-with-parameter/m-p/149499#M104458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've checked it with firefox plugin tamper data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;on action execute the parameter&lt;/SPAN&gt;&lt;BR /&gt;&lt;EM&gt;myparam&lt;/EM&gt;&lt;SPAN&gt; with the value &lt;/SPAN&gt;&lt;EM&gt;test&lt;/EM&gt;&lt;SPAN&gt; is submitted (as a post parameter)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;now how can i get access on this value from the bean?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;best regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 11:14:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/action-with-parameter/m-p/149499#M104458</guid>
      <dc:creator>roman</dc:creator>
      <dc:date>2008-02-15T11:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: action with parameter?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/action-with-parameter/m-p/149500#M104459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok, I've got the params…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;…but still don't know what&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;param name="id"&amp;gt;#{actionContext.id}&amp;lt;/param&amp;gt;&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;is good for&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 08:14:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/action-with-parameter/m-p/149500#M104459</guid>
      <dc:creator>roman</dc:creator>
      <dc:date>2008-02-18T08:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: action with parameter?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/action-with-parameter/m-p/149501#M104460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can get access to the params specified within &amp;lt;params&amp;gt;&amp;lt;/params&amp;gt; in the init(params) method of your wizard or dialog bean.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To get them passed though you have to also add the following line to your action definition:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;action-listener&amp;gt;#{WizardManager.setupParameters}&amp;lt;/action-listener&amp;gt;&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;The #{actionContext.id} parameter is only useful of you are performing some action against a node in the repository, this parameter in that case will hold the id of the node the action needs to execute against.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 17:06:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/action-with-parameter/m-p/149501#M104460</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2008-02-18T17:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: action with parameter?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/action-with-parameter/m-p/149502#M104461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;many thanx,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i've solved it another way, but i'll keep this in mind.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;best regards&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 17:09:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/action-with-parameter/m-p/149502#M104461</guid>
      <dc:creator>roman</dc:creator>
      <dc:date>2008-02-18T17:09:59Z</dc:date>
    </item>
  </channel>
</rss>

