<?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: submitTaskFormData issue with Boolean Types in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/submittaskformdata-issue-with-boolean-types/m-p/76179#M50193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unless I misunderstood what you were just saying, I think I must have mis-conveyed my original thought:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using 5.4, when I use submitTaskFormData and the value I'm submitting is a string of true, boolean's are not properly receiving this as a true boolean. I assume that these are supposed to be casted from Strings to Booleans because the only that I can submit is Strings. However, this cast does not seem to be taking place. Any thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Apr 2011 20:15:41 GMT</pubDate>
    <dc:creator>scolyer</dc:creator>
    <dc:date>2011-04-22T20:15:41Z</dc:date>
    <item>
      <title>submitTaskFormData issue with Boolean Types</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/submittaskformdata-issue-with-boolean-types/m-p/76177#M50191</link>
      <description>I'm working on making a separate front end for activiti using Struts2 with the java api. I seem to be running into an issue when submitting forms.Basically the flow is to render and display a form and then transform the parameters into an appropriate map and use submitTaskFormData or submitStartForm</description>
      <pubDate>Thu, 14 Apr 2011 15:24:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/submittaskformdata-issue-with-boolean-types/m-p/76177#M50191</guid>
      <dc:creator>scolyer</dc:creator>
      <dc:date>2011-04-14T15:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: submitTaskFormData issue with Boolean Types</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/submittaskformdata-issue-with-boolean-types/m-p/76178#M50192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're mixing up the form-properties with the built-in form rendering. Form-properties have built-in type conversion to Strings&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@see &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#forms" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#forms&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 09:27:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/submittaskformdata-issue-with-boolean-types/m-p/76178#M50192</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-04-19T09:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: submitTaskFormData issue with Boolean Types</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/submittaskformdata-issue-with-boolean-types/m-p/76179#M50193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unless I misunderstood what you were just saying, I think I must have mis-conveyed my original thought:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using 5.4, when I use submitTaskFormData and the value I'm submitting is a string of true, boolean's are not properly receiving this as a true boolean. I assume that these are supposed to be casted from Strings to Booleans because the only that I can submit is Strings. However, this cast does not seem to be taking place. Any thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 20:15:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/submittaskformdata-issue-with-boolean-types/m-p/76179#M50193</guid>
      <dc:creator>scolyer</dc:creator>
      <dc:date>2011-04-22T20:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: submitTaskFormData issue with Boolean Types</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/submittaskformdata-issue-with-boolean-types/m-p/76180#M50194</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;Default types of formProperties that are built in: Date, Enum, Long and String. So when you want to have "true" (as form-property value) converted to a Boolean variable, you'll have to add your own custom form-property type. Just search the forum for "customFormTypes" on how to do this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 13:01:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/submittaskformdata-issue-with-boolean-types/m-p/76180#M50194</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-04-26T13:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: submitTaskFormData issue with Boolean Types</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/submittaskformdata-issue-with-boolean-types/m-p/76181#M50195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Never mind that Jira issue, I'm fixing this on trunk right now &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>Tue, 26 Apr 2011 13:38:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/submittaskformdata-issue-with-boolean-types/m-p/76181#M50195</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-04-26T13:38:34Z</dc:date>
    </item>
  </channel>
</rss>

