<?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 Extending the formProperty with access to te rawValue in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/extending-the-formproperty-with-access-to-te-rawvalue/m-p/8409#M2713</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As requested by Tom I discuss here why I submitted &lt;/SPAN&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-602" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-602&lt;/A&gt;&lt;SPAN&gt;, a request to ADD a getter and setter for the raw value of the formproperty.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Toms first remark was that not all web-ui frameworks can use the java objects. I fully understand this and never said that it should replace the getter and setter of the string typed value. It should be an addition. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Secondly he mentioned that I could use the value of the variable directly. If I do just that and do not use the FormProperty, then I miss all readonly, write only and more things. Besides that, how should I know which value to retrieve since the FormProperty can have a variable reference where the name of the property is different to the name of the variable. So I'd have to use the form property anyhow. And in addition I'd have to write code to parse the variable reference expression etc… I'm totally not in favour of doing all this additional work where it is already done for me in the formProperty handler, the only thing that is missing is exposing this raw value (it is called modelValue internally).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I personally think my arguments are valid hope everybody agrees. I do not want to have to fork the Activiti-engine for this (like the designer) &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;&amp;nbsp; :lol:&amp;nbsp; 8-) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ronald&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Feb 2011 15:54:00 GMT</pubDate>
    <dc:creator>ronald_van_kuij</dc:creator>
    <dc:date>2011-02-03T15:54:00Z</dc:date>
    <item>
      <title>Extending the formProperty with access to te rawValue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-the-formproperty-with-access-to-te-rawvalue/m-p/8409#M2713</link>
      <description>As requested by Tom I discuss here why I submitted http://jira.codehaus.org/browse/ACT-602, a request to ADD a getter and setter for the raw value of the formproperty.Toms first remark was that not all web-ui frameworks can use the java objects. I fully understand this and never said that it should</description>
      <pubDate>Thu, 03 Feb 2011 15:54:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-the-formproperty-with-access-to-te-rawvalue/m-p/8409#M2713</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-02-03T15:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the formProperty with access to te rawValue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-the-formproperty-with-access-to-te-rawvalue/m-p/8410#M2714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;never said that it should replace the getter and setter of the string typed value. It should be an addition.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;That made me see at least a possibility that we can explore further:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Instead of Strings for the form property values, we could expose FormValue objects that contain these properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Object getValue()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* String getTextValue()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* FormProperty getFormProperty() to get the type and other metadata related to the property&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone else have thoughts around this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 07:34:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-the-formproperty-with-access-to-te-rawvalue/m-p/8410#M2714</guid>
      <dc:creator>tombaeyens</dc:creator>
      <dc:date>2011-02-07T07:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the formProperty with access to te rawValue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-the-formproperty-with-access-to-te-rawvalue/m-p/8411#M2715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Exposing the value as a FormValue pojo with string/raw value and meta-data accessors looks like a good solution to me. +1 &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 07:41:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-the-formproperty-with-access-to-te-rawvalue/m-p/8411#M2715</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-02-07T07:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the formProperty with access to te rawValue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-the-formproperty-with-access-to-te-rawvalue/m-p/8412#M2716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ronald, voor ons is t ok om t zo te doen, maar het heeft geen hoge prioriteit.&amp;nbsp; Dus als je t wil, zou jij hiervoor een patch kunnen maken en aan een jira hangen?&amp;nbsp; Je mag em aan 5.4 hangen.&amp;nbsp; Volgende maand kan ik dat nakijken en mergen op trunk als je wil.&amp;nbsp; Aangezien t public API is en dat ook de impact op de huidige form handling ge-impacteerd kan zijn wil ik het zelf nakijken.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 08:40:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-the-formproperty-with-access-to-te-rawvalue/m-p/8412#M2716</guid>
      <dc:creator>tombaeyens</dc:creator>
      <dc:date>2011-02-07T08:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the formProperty with access to te rawValue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-the-formproperty-with-access-to-te-rawvalue/m-p/8413#M2717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, will make a patch… but are you sure to change it this fundamentally? I agree it is cleaner though&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 08:50:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-the-formproperty-with-access-to-te-rawvalue/m-p/8413#M2717</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-02-07T08:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the formProperty with access to te rawValue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-the-formproperty-with-access-to-te-rawvalue/m-p/8414#M2718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yes i agree with this change. it's a good improvement.&amp;nbsp; it's not fundamental.&amp;nbsp; we can do it backwards compatible.&amp;nbsp; we can just leave the existing methods and add the methods to expose the PropertyValue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 07:33:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-the-formproperty-with-access-to-te-rawvalue/m-p/8414#M2718</guid>
      <dc:creator>tombaeyens</dc:creator>
      <dc:date>2011-02-09T07:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the formProperty with access to te rawValue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-the-formproperty-with-access-to-te-rawvalue/m-p/8415#M2719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nice improvement !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 10:47:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-the-formproperty-with-access-to-te-rawvalue/m-p/8415#M2719</guid>
      <dc:creator>stroobat</dc:creator>
      <dc:date>2011-02-21T10:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the formProperty with access to te rawValue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-the-formproperty-with-access-to-te-rawvalue/m-p/8416#M2720</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;Did this patch ever get done?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the same issue, in that I have some FormProperty variables that are of type date. I am building a REST Web service, sending these FormProperty values as XML. Unfortunately, their String representation from Activiti is *not* in the correct (ISO 8601) form for xsd:dateTime, so I have to parse them using a SimpleDateFormat, then allow JAXB to serialize them correctly. This would be *much* more efficient if I could find a way to access the underlying Date object.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 21:55:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-the-formproperty-with-access-to-te-rawvalue/m-p/8416#M2720</guid>
      <dc:creator>njames</dc:creator>
      <dc:date>2011-10-31T21:55:19Z</dc:date>
    </item>
  </channel>
</rss>

