<?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: Null values handling for submit form in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/null-values-handling-for-submit-form/m-p/113549#M79951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Doesn't registering through &lt;/SPAN&gt;&lt;A href="http://jira.codehaus.org/browse/ACT" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT&lt;/A&gt;&lt;SPAN&gt; work?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Oct 2012 09:11:39 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2012-10-22T09:11:39Z</dc:date>
    <item>
      <title>Null values handling for submit form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/null-values-handling-for-submit-form/m-p/113540#M79942</link>
      <description>Hello,I implemented a custom form type for my user task.During a FormService.submitTaskFormData I want to set this specific property to null, therefore I add the form property id and a null value to the map which is used for the submitTaskFormData call.My convertFormValueToModelValue method of my Ab</description>
      <pubDate>Wed, 12 Sep 2012 09:42:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/null-values-handling-for-submit-form/m-p/113540#M79942</guid>
      <dc:creator>heven</dc:creator>
      <dc:date>2012-09-12T09:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Null values handling for submit form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/null-values-handling-for-submit-form/m-p/113541#M79943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you look at it from a buisiness (not java) perspective, null is not a very meaningful value. You could as well not set the variable at all (that is what we do). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But maybe If you describe the use case my opinion might change…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 16:26:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/null-values-handling-for-submit-form/m-p/113541#M79943</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-09-12T16:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Null values handling for submit form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/null-values-handling-for-submit-form/m-p/113542#M79944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's in fact not a business perspective, but what I am doing is, I have custom form property in recurring user task in a loop.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The user may choose to leave the form property empty. After the user task I cannot see whether the value is from the previous run or the user chose the same value once again or even if he chose to leave the value empty.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 08:44:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/null-values-handling-for-submit-form/m-p/113542#M79944</guid>
      <dc:creator>heven</dc:creator>
      <dc:date>2012-09-19T08:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Null values handling for submit form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/null-values-handling-for-submit-form/m-p/113543#M79945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If the variable doesn't exist, you know the user didn't fill it in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It feels like you're trying to capture at least three meanings with one 'null value'. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll have to add some task listener logic there, to check which 'run' of the task it was, and insert a different variable into the process.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 09:10:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/null-values-handling-for-submit-form/m-p/113543#M79945</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-09-20T09:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Null values handling for submit form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/null-values-handling-for-submit-form/m-p/113544#M79946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If the variable doesn't exist, you know the user didn't fill it in.&lt;BR /&gt;It feels like you're trying to capture at least three meanings with one 'null value' …&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;But this variable already exists from a previous run in the loop.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think I am mixing up something or maybe I don't got you right.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are the cases:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With null value:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;User type something in -&amp;gt; value is stored in the variable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;User leave it empty -&amp;gt; null is stored in the variable&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this case it is pretty clear what the user input was.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Without null value:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;User type something in -&amp;gt; value is stored in the variable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;User left it empty -&amp;gt; variable stays untouched and still has the value from the previous run&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this case I cannot see if the user chooses to leave the input empty or add the same value once again&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can probably solve somehow the problem with a listener, or write variables directly during a user task instead of using form properties, but it could be so simple with null values.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 14:34:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/null-values-handling-for-submit-form/m-p/113544#M79946</guid>
      <dc:creator>heven</dc:creator>
      <dc:date>2012-09-20T14:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Null values handling for submit form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/null-values-handling-for-submit-form/m-p/113545#M79947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;But if you replace 'null value of variable' with 'variable not stored in process', then you get the same semantics, no?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 08:38:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/null-values-handling-for-submit-form/m-p/113545#M79947</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-09-21T08:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Null values handling for submit form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/null-values-handling-for-submit-form/m-p/113546#M79948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's right, but how can I remove the process Variable using submitTaskFormData?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 07:11:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/null-values-handling-for-submit-form/m-p/113546#M79948</guid>
      <dc:creator>heven</dc:creator>
      <dc:date>2012-09-24T07:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Null values handling for submit form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/null-values-handling-for-submit-form/m-p/113547#M79949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm, okay now I see your point a bit. I'm not yet 100% convinced about null values, but could you create a jira for it, so we can discuss it internally?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 09:13:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/null-values-handling-for-submit-form/m-p/113547#M79949</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-09-24T09:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Null values handling for submit form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/null-values-handling-for-submit-form/m-p/113548#M79950</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;it looks like it is currently no possible to sign up for an Jira account using the link on the community page. Is there an other way?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 07:15:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/null-values-handling-for-submit-form/m-p/113548#M79950</guid>
      <dc:creator>heven</dc:creator>
      <dc:date>2012-10-22T07:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Null values handling for submit form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/null-values-handling-for-submit-form/m-p/113549#M79951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Doesn't registering through &lt;/SPAN&gt;&lt;A href="http://jira.codehaus.org/browse/ACT" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT&lt;/A&gt;&lt;SPAN&gt; work?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 09:11:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/null-values-handling-for-submit-form/m-p/113549#M79951</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-10-22T09:11:39Z</dc:date>
    </item>
  </channel>
</rss>

