<?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 to provide informations to a FormPropertyRenderer in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-provide-informations-to-a-formpropertyrenderer/m-p/171689#M124928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, thank you for clarifying this point.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Dec 2013 09:08:21 GMT</pubDate>
    <dc:creator>martin_p</dc:creator>
    <dc:date>2013-12-05T09:08:21Z</dc:date>
    <item>
      <title>How to provide informations to a FormPropertyRenderer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-provide-informations-to-a-formpropertyrenderer/m-p/171685#M124924</link>
      <description>Hi,My form has an output string given by the setting of a group of radio buttons.I need to decide at runtime if this group of radio buttons should display or not.So I think I should provide an input variable to the form renderer so that it can call services to know if the buttons should display or n</description>
      <pubDate>Wed, 04 Dec 2013 11:10:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-provide-informations-to-a-formpropertyrenderer/m-p/171685#M124924</guid>
      <dc:creator>martin_p</dc:creator>
      <dc:date>2013-12-04T11:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to provide informations to a FormPropertyRenderer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-provide-informations-to-a-formpropertyrenderer/m-p/171686#M124925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you implementing a form renderer in Vaadin? Or are you writing your own custom renderer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the latter case I would advise to get a process variable using the RuntimeService and interpret its value.&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>Wed, 04 Dec 2013 15:03:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-provide-informations-to-a-formpropertyrenderer/m-p/171686#M124925</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-12-04T15:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to provide informations to a FormPropertyRenderer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-provide-informations-to-a-formpropertyrenderer/m-p/171687#M124926</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;BR /&gt;&lt;SPAN&gt;Thanks for your answer!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, this a Vaadin form renderer. It extends org.activiti.explorer.ui.form.AbstractFormPropertyRenderer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I looked at RuntimeService and all getVariable*(…) method require at least a process id, which does not seam to be available within the context of a FormPropertyRenderer configuration:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;public Field getPropertyField(FormProperty formProperty) {…}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 16:28:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-provide-informations-to-a-formpropertyrenderer/m-p/171687#M124926</guid>
      <dc:creator>martin_p</dc:creator>
      <dc:date>2013-12-04T16:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to provide informations to a FormPropertyRenderer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-provide-informations-to-a-formpropertyrenderer/m-p/171688#M124927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Afaics, there is indeed no way to get the current execution or process instance. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Imho, this is missing feature which must be added to make it usable. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 20:03:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-provide-informations-to-a-formpropertyrenderer/m-p/171688#M124927</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-12-04T20:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to provide informations to a FormPropertyRenderer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-provide-informations-to-a-formpropertyrenderer/m-p/171689#M124928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, thank you for clarifying this point.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 09:08:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-provide-informations-to-a-formpropertyrenderer/m-p/171689#M124928</guid>
      <dc:creator>martin_p</dc:creator>
      <dc:date>2013-12-05T09:08:21Z</dc:date>
    </item>
  </channel>
</rss>

