<?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>Thu, 15 Sep 2011 22:26:34 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2011-09-15T22:26:34Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>cfmenuitems no longer work after coldfusion.navigate</title>
      <link>https://forums.adobe.com/thread/903092</link>
      <description>&lt;!-- [DocumentBodyStart:fe3defbb-cf5c-4362-80a3-df2b95d0381f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;There are times when you want to make slight changes to menus based on what a user does.&amp;nbsp; It would be nice to simply "refresh" the menu (likely a cfdiv containing a cfmenu) using ColdFusion.navigate(..).&amp;nbsp; However, if your menu contains cfmenuitems, they no longer appear ("drop down") after performing the navigate. If this is the intended behavior I think it is a major limitation.&amp;nbsp; (CF9 and CF8)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;code for my_test.cfm:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;p&gt;&amp;lt;cfajaximport&lt;span&gt; &lt;/span&gt;/&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;lt;cfdiv&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;id&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;"myDiv"&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span&gt;&amp;lt;cfmenu&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;name&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;"my_menu"&lt;span&gt; &lt;/span&gt;&lt;span&gt;type&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;"horizontal"&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span&gt;&amp;lt;cfmenuitem&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;name&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;"options"&lt;span&gt; &lt;/span&gt;&lt;span&gt;display&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;"My Options"&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span&gt;&amp;lt;cfmenuitem&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;name&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;"option1"&lt;span&gt; &lt;/span&gt;&lt;span&gt;display&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;"Option 1"&lt;span&gt; &lt;/span&gt;&lt;span&gt;href&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;"javascript:ColdFusion.navigate('my_test.cfm','myDiv')"&lt;span&gt; &lt;/span&gt;&lt;span&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span&gt;&amp;lt;cfmenuitem&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;name&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;"option2"&lt;span&gt; &lt;/span&gt;&lt;span&gt;display&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;"Option 2"&lt;span&gt; &lt;/span&gt;&lt;span&gt;href&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;"javascript:ColdFusion.navigate('my_test.cfm','myDiv')"&lt;span&gt; &lt;/span&gt;&lt;span&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span&gt;&amp;lt;cfmenuitem&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;name&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;"option3"&lt;span&gt; &lt;/span&gt;&lt;span&gt;display&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;"Option 3"&lt;span&gt; &lt;/span&gt;&lt;span&gt;href&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;"javascript:ColdFusion.navigate('my_test.cfm','myDiv')"&lt;span&gt; &lt;/span&gt;&lt;span&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&amp;lt;/cfmenuitem&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&amp;lt;/cfmenu&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfdiv&amp;gt;&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fe3defbb-cf5c-4362-80a3-df2b95d0381f] --&gt;&lt;img src='/beacon?t=1415919681828' /&gt;</description>
      <pubDate>Thu, 15 Sep 2011 22:26:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/903092</guid>
      <dc:date>2011-09-15T22:26:34Z</dc:date>
      <clearspace:dateToText>3 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is there a way to restart directory watcher interface from javascript?</title>
      <link>https://forums.adobe.com/thread/848046</link>
      <description>&lt;!-- [DocumentBodyStart:399dc2a1-dbc2-481a-9da8-89458e117fd1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Running the directory watcher gateway interface under CF8, watching a network directory, the connection to the remote server is occasionally lost, causing the interface to "fail".&amp;nbsp; Is it possible to code javascript or cf to test the status of the interface and restart it? I see the start(), stop(), restart() and status() methods but I'm not sure (need an example) how they might be used.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:399dc2a1-dbc2-481a-9da8-89458e117fd1] --&gt;</description>
      <pubDate>Thu, 05 May 2011 17:04:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/848046</guid>
      <dc:date>2011-05-05T17:04:27Z</dc:date>
      <clearspace:dateToText>3 years 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Ajax.submitform broken in Safari?</title>
      <link>https://forums.adobe.com/thread/245572</link>
      <description>&lt;!-- [DocumentBodyStart:30645b64-7a57-43e4-a13a-e1035f66f6ab] --&gt;&lt;div class="jive-rendered-content"&gt;I receive an "element ... undefined in form... " error when
using ColdFusion.Ajax.submitForm on a safari browser. This same
code works just fine on IE. Is anyone else having this problem?
Thanks&lt;/div&gt;&lt;!-- [DocumentBodyEnd:30645b64-7a57-43e4-a13a-e1035f66f6ab] --&gt;</description>
      <pubDate>Fri, 16 May 2008 16:59:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/245572</guid>
      <dc:date>2008-05-16T16:59:38Z</dc:date>
      <clearspace:dateToText>6 years 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cf8 dynamic cftree image issue</title>
      <link>https://forums.adobe.com/thread/115852</link>
      <description>&lt;!-- [DocumentBodyStart:d8e57026-18bb-40b8-b73c-9f661ebf29bc] --&gt;&lt;div class="jive-rendered-content"&gt;When using a bind to generate cftreeitem's and specifying img
and imgopen hrefs, the specified images appear in addition to the
adobe images rather than replacing them. Is this the proper
behavior?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d8e57026-18bb-40b8-b73c-9f661ebf29bc] --&gt;</description>
      <pubDate>Tue, 13 Nov 2007 20:10:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/115852</guid>
      <dc:date>2007-11-13T20:10:34Z</dc:date>
      <clearspace:dateToText>7 years 10 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Extracting data from a pdf form.</title>
      <link>https://forums.adobe.com/thread/69460</link>
      <description>&lt;!-- [DocumentBodyStart:382a95ff-d660-4506-88fc-3cc9b2bff4f6] --&gt;&lt;div class="jive-rendered-content"&gt;It appears that in order to extract data from a pdf form
using source="#PDF.content#" the form would have to contain a
button defined to submit as a PDF, requiring the client to have
Adobe Acrobat ($) rather than Reader (free). To get around this you
can submit the form with an http submit button and extract data
using form.fieldnames but doing so prevents you from being able to
dynamically determine the structure of the form. Has anyone figured
out a way around this?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:382a95ff-d660-4506-88fc-3cc9b2bff4f6] --&gt;</description>
      <pubDate>Fri, 24 Aug 2007 16:04:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/69460</guid>
      <dc:date>2007-08-24T16:04:43Z</dc:date>
      <clearspace:dateToText>7 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfajaxproxy component refresh issue</title>
      <link>https://forums.adobe.com/thread/69412</link>
      <description>&lt;!-- [DocumentBodyStart:d89631cf-cd0f-45da-a341-9e407080355d] --&gt;&lt;div class="jive-rendered-content"&gt;I have several &amp;lt;cfselect&amp;gt;'s on a page, each of which
are bound to cfc's returning the results of a query. When a
selection is made on any one the the &amp;lt;cfselects&amp;gt; I want to
repopulate the other &amp;lt;cfselects&amp;gt; using something like:
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfajaxproxy
bind="cfc:documents.getOwners(arg_documentids={docform:templates@none},arg_tdates={docfor m:tdates@none},arg_hrns={docform:homes@click})"
/&amp;gt;
&lt;br/&gt;
&lt;br/&gt;(ie. clicking on the homes cfselect should repopulate the
owners and dates &amp;lt;cfselects&amp;gt;. Debugging shows that the cfc's
bound to the &amp;lt;cfselects&amp;gt; all run and return the correct
results but the &amp;lt;cfselects&amp;gt; are never repopulated. Why? I
thought binding the results of a query to a component would
automatically refresh the component each time it is run.)
&lt;br/&gt;
&lt;br/&gt;The cf 8 documentation states: "A cfajaxproxy tag with a bind
attribute does not refresh any control that is not specified in the
bind expression." and I thought that is what I was doing by
referencing each of the cfselects@none in the cfajaxproxy
statement.
&lt;br/&gt;
&lt;br/&gt;I'm not sure what else to do to get the &amp;lt;cfselect&amp;gt;'s to
refresh. Any thoughts?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d89631cf-cd0f-45da-a341-9e407080355d] --&gt;</description>
      <pubDate>Thu, 23 Aug 2007 20:41:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/69412</guid>
      <dc:date>2007-08-23T20:41:11Z</dc:date>
      <clearspace:dateToText>7 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>unable to submit a pdf form</title>
      <link>https://forums.adobe.com/thread/96437</link>
      <description>&lt;!-- [DocumentBodyStart:4c6bdbbb-ba0c-4f7d-b8bc-75cb9b4d2c25] --&gt;&lt;div class="jive-rendered-content"&gt;I create an XML string by parsing a URL sent to my cfm page
and populate a pdf form created in LiveCycle Designer 8 with that
XML. A javascript running in the pdf modifies a data connection
query with information from the XML and fills out some of the form
fields. The user fills out the remaining form fields and clicks a
submit button which sends the form back to the cfm page where the
additional form fields are parsed into xml which is saved in a
database and can be used to repopulate the form the next time it is
requested. Works great, but ...
&lt;br/&gt;
&lt;br/&gt;I have this running on two identical development machines
(using the built in web server) and on one of the machines the form
appears with the message "You cannot save data typed into this
form", the script does not appear to run correctly, and the submit
button does not submit the form. Are there additional settings in
LiveCycle/Acrobat 8 or in the Adobe Reader that we need to know
about? Our audience will not have Acrobat installed (Adobe Reader
only). This is stopping us from moving to CF8&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4c6bdbbb-ba0c-4f7d-b8bc-75cb9b4d2c25] --&gt;</description>
      <pubDate>Wed, 08 Aug 2007 16:50:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/96437</guid>
      <dc:date>2007-08-08T16:50:25Z</dc:date>
      <clearspace:dateToText>7 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>unable to submit a pdf form</title>
      <link>https://forums.adobe.com/thread/95145</link>
      <description>&lt;!-- [DocumentBodyStart:99d49fdc-70db-48ee-9629-2f4b0aee0ea4] --&gt;&lt;div class="jive-rendered-content"&gt;I create an XML string by parsing a URL sent to my cfm page
and populate a pdf form created in LiveCycle Designer 8 with that
XML. A javascript running in the pdf modifies a data connection
query with information from the XML and fills out some of the form
fields. The user fills out the remaining form fields and clicks a
submit button which sends the form back to the cfm page where the
additional form fields are parsed into xml which is saved in a
database and can be used to repopulate the form the next time it is
requested. Works great, but ...
&lt;br/&gt;
&lt;br/&gt;I have this running on two identical development machines
(using the built in web server) and on one of the machines the form
appears with the message "You cannot save data typed into this
form", the script does not appear to run correctly, and the submit
button does not submit the form. Are there additional settings in
LiveCycle/Acrobat 8 or in the Adobe Reader that we need to know
about? Our audience will not have Acrobat installed (Adobe Reader
only). This is stopping us from moving to CF8&lt;/div&gt;&lt;!-- [DocumentBodyEnd:99d49fdc-70db-48ee-9629-2f4b0aee0ea4] --&gt;</description>
      <pubDate>Wed, 08 Aug 2007 16:47:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/95145</guid>
      <dc:date>2007-08-08T16:47:13Z</dc:date>
      <clearspace:dateToText>7 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>pdfform does not return fieldnames</title>
      <link>https://forums.adobe.com/thread/68467</link>
      <description>&lt;!-- [DocumentBodyStart:e814722f-59f3-4d6b-958b-72ec67c69c87] --&gt;&lt;div class="jive-rendered-content"&gt;I created a form in livecycle designer that accepts URL
values from the calling cf8 page and uses those values in the sql
of a data connection (script) to populate fields on the form. That
works great and gives you a very dynamic form capability. However,
when the form is returned to the cf8 page, the form fields that are
bound to the data connection do not return their actual field names
(as var formFields) but rather return an an array of structures
based on the query (ie. QueryName.ArrayElement.QueryColumn eg.
myQuery.1.phoneNumber). This behavior makes it very difficult to
save the submitted form as XML (by parsing the formFields) and
repopulate the form with that XML should the user want to
view/change the information. Is there a way to get the form to
submit actual fieldnames? (Perhaps this is a Livecycle designer or
Acrobat question but when you mention ColdFusion on those forums
the users seem to stay away .)
&lt;br/&gt;
&lt;br/&gt;Thanks&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e814722f-59f3-4d6b-958b-72ec67c69c87] --&gt;</description>
      <pubDate>Wed, 01 Aug 2007 22:09:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/68467</guid>
      <dc:date>2007-08-01T22:09:34Z</dc:date>
      <clearspace:dateToText>7 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>client variables broken under cf8?</title>
      <link>https://forums.adobe.com/thread/70616</link>
      <description>&lt;!-- [DocumentBodyStart:7ff8a9a4-2e5a-4fa6-87e3-75f87986f158] --&gt;&lt;div class="jive-rendered-content"&gt;With the move to cf8 our application breaks (after successful
runs under mx7.02 and the first scorpio beta) when client variables
are "lost" in the following scenario:
&lt;br/&gt;
&lt;br/&gt;application.cfm --&amp;gt; &amp;lt;cfparam name="client.started"
default="no"&amp;gt;
&lt;br/&gt; &amp;lt;cfif client.started eq "no"&amp;gt;
&lt;br/&gt; ... initialize additional client variables, test for login
form fields and test for a valid login ...
&lt;br/&gt; &amp;lt;cfif loginvalid eq "yes"&amp;gt;
&lt;br/&gt; &amp;lt;cfset client.started = "yes"&amp;gt;
&lt;br/&gt; &amp;lt;cflocation url="firstpage.cfm#"&amp;gt;
&lt;br/&gt; ... at this point client.started is no longer defined and
the app. redisplays the login page...
&lt;br/&gt;
&lt;br/&gt;As I can't find any other posts on this issue, and it was
working correctly until I installed the last Scorpio beta, and
&lt;br/&gt;most recently installed cf8 (still broken), is it possible
that there was a problem with the install, and if so, how can I
tell?
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7ff8a9a4-2e5a-4fa6-87e3-75f87986f158] --&gt;</description>
      <pubDate>Mon, 30 Jul 2007 20:56:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/70616</guid>
      <dc:date>2007-07-30T20:56:55Z</dc:date>
      <clearspace:dateToText>7 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

