<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Fri, 12 Jan 2007 13:26:29 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2007-01-12T13:26:29Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Form data has expired</title>
      <link>https://forums.adobe.com/thread/182795</link>
      <description>&lt;!-- [DocumentBodyStart:5d2d82b7-4915-4e4b-8bfd-0f18612fd98a] --&gt;&lt;div class="jive-rendered-content"&gt;I have a Grid using onChange as below:
&lt;br/&gt;onchange="getUrl('SpecificAccount.cfm?count_id=' +
getTodaysGrid.dataProvider[getTodaysGrid.selectedIndex]['count_id']);"
&lt;br/&gt;
&lt;br/&gt;Once the item is selected, the SpecificAccount.cfm page is
opening properly. So far it's working great. Now if I am going back
to the previous page using a cfinput type='submit'. The page keeps
saying: 'The form data has expired, Please reload this page in your
browser.' 
&lt;br/&gt;
&lt;br/&gt;How to have to page reloaded properly?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5d2d82b7-4915-4e4b-8bfd-0f18612fd98a] --&gt;&lt;img src='/beacon?t=1415918224657' /&gt;</description>
      <pubDate>Fri, 12 Jan 2007 13:26:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/182795</guid>
      <dc:date>2007-01-12T13:26:29Z</dc:date>
      <clearspace:dateToText>2 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>DateField Populated then disabled</title>
      <link>https://forums.adobe.com/thread/116420</link>
      <description>&lt;!-- [DocumentBodyStart:9f22cac3-09f2-488a-9f19-61bd671e8c96] --&gt;&lt;div class="jive-rendered-content"&gt;I have a form in flash format. On the page load, I need to
disabled a datefield input but at the same to get it populated. The
problem is that the datefield input is always empty. 
&lt;br/&gt;When I delete the "disabled" property..it is working.
&lt;br/&gt;How to make both working?
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9f22cac3-09f2-488a-9f19-61bd671e8c96] --&gt;</description>
      <pubDate>Fri, 09 Nov 2007 20:04:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/116420</guid>
      <dc:date>2007-11-09T20:04:24Z</dc:date>
      <clearspace:dateToText>6 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>DateField Populated then disabled</title>
      <link>https://forums.adobe.com/thread/116169</link>
      <description>&lt;!-- [DocumentBodyStart:502776df-358e-4ab1-8733-d8ab10de2dc6] --&gt;&lt;div class="jive-rendered-content"&gt;I have a form in flash format. On the page load, I need to
disabled a datefield input but at the same to get it populated. The
problem is that the datefield input is always empty. 
&lt;br/&gt;When I delete the "disabled" property..it is working.
&lt;br/&gt;How to make both working?
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfset wfcDate = "11/25/2007"&amp;gt;
&lt;br/&gt;&amp;lt;cfform format="flash"&amp;gt;
&lt;br/&gt;&amp;lt;cfinput type="radio" name="status" value="0"
label="None"/&amp;gt;
&lt;br/&gt;&amp;lt;cfinput type="radio" name="status" value="pp1"
label="Promised to pay"/&amp;gt;
&lt;br/&gt;&amp;lt;cfinput type="datefield" name="wfcDate" label="Date"
disabled="{!(status.selectedData=='pp1')}" 
&lt;br/&gt;required="yes" validate="date,noblanks" width="100"
value="#wfcDate#"/&amp;gt;
&lt;br/&gt;&amp;lt;/cfform&amp;gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:502776df-358e-4ab1-8733-d8ab10de2dc6] --&gt;</description>
      <pubDate>Fri, 09 Nov 2007 19:59:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/116169</guid>
      <dc:date>2007-11-09T19:59:56Z</dc:date>
      <clearspace:dateToText>7 years 4 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>&amp;lt;img&amp;gt; tag in flash form with onclick event</title>
      <link>https://forums.adobe.com/thread/76925</link>
      <description>&lt;!-- [DocumentBodyStart:76fe4222-c2f2-4f50-a5ee-742cfa96e0d7] --&gt;&lt;div class="jive-rendered-content"&gt;How to make the onclick working in a Coldfusion Flash form
having an img tag &amp;lt;a&amp;gt;
&lt;br/&gt;&amp;lt;a
onclick="deleteItem(getrecords.currentItem.id)"&amp;gt;&amp;lt;img
src="trashcan.jpg" /&amp;gt;&amp;lt;/a&amp;gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfformgroup type="repeater" query="getrecords"
maxrows="3"&amp;gt;
&lt;br/&gt; &amp;lt;cfformitem type="script"&amp;gt;
&lt;br/&gt; function deleteItem():Void{
&lt;br/&gt; mx.controls.Alert.show('hello');
&lt;br/&gt; }
&lt;br/&gt;&amp;lt;/cfformitem&amp;gt;
&lt;br/&gt; &amp;lt;cfformgroup type="horizontal" &amp;gt;
&lt;br/&gt; &amp;lt;cfformitem type="html" bind="
{getrecords.currentItem.username}"/&amp;gt; 
&lt;br/&gt; &amp;lt;cfformitem type="html"&amp;gt;
&lt;br/&gt; &amp;lt;a
onclick="deleteItem(getrecords.currentItem.id)"&amp;gt;&amp;lt;img
src="trashcan.jpg" /&amp;lt;/a&amp;gt; 
&lt;br/&gt; &amp;lt;/cfformitem&amp;gt;
&lt;br/&gt; &amp;lt;/cfformgroup&amp;gt;
&lt;br/&gt;&amp;lt;/cfformgroup&amp;gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:76fe4222-c2f2-4f50-a5ee-742cfa96e0d7] --&gt;</description>
      <pubDate>Fri, 06 Jul 2007 21:04:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/76925</guid>
      <dc:date>2007-07-06T21:04:31Z</dc:date>
      <clearspace:dateToText>7 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Dynamic row color in cfgrid type=flash</title>
      <link>https://forums.adobe.com/thread/147503</link>
      <description>&lt;!-- [DocumentBodyStart:f9c99777-e4a1-41d0-94d5-5cfc4b05182f] --&gt;&lt;div class="jive-rendered-content"&gt;I have a flash cfgrid where the values are coming from a
database. When rendering the values in the grid, is it possible to
change the color of a row when a flag is found in the database.
&lt;br/&gt;
&lt;br/&gt;database: myDB
&lt;br/&gt;fields are id (int), detail (varchar), colorFlag (bit)
&lt;br/&gt;
&lt;br/&gt;Thanks for any help on this
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f9c99777-e4a1-41d0-94d5-5cfc4b05182f] --&gt;</description>
      <pubDate>Sun, 13 May 2007 19:21:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/147503</guid>
      <dc:date>2007-05-13T19:21:13Z</dc:date>
      <clearspace:dateToText>7 years 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

