<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://community.paperthin.com/adf-docs/index.php?action=history&amp;feed=atom&amp;title=Ajax</id>
		<title>Ajax - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://community.paperthin.com/adf-docs/index.php?action=history&amp;feed=atom&amp;title=Ajax"/>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Ajax&amp;action=history"/>
		<updated>2026-05-16T19:32:23Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.0</generator>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Ajax&amp;diff=3509&amp;oldid=prev</id>
		<title>Rwest: Created page with '== Overview == The core framework of the ADF was designed specifically to be easily accessible via ColdFusion &lt;source lang=&quot;java&quot;&gt; &lt;cfset foo = application.ADF.ceData.getCEData(&quot;…'</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Ajax&amp;diff=3509&amp;oldid=prev"/>
				<updated>2010-04-15T04:13:44Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;== Overview == The core framework of the ADF was designed specifically to be easily accessible via ColdFusion &amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt; &amp;lt;cfset foo = application.ADF.ceData.getCEData(&amp;quot;…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Overview ==&lt;br /&gt;
The core framework of the ADF was designed specifically to be easily accessible via ColdFusion&lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfset foo = application.ADF.ceData.getCEData(&amp;quot;test&amp;quot;)&amp;gt;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
and through Ajax&lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
jQuery.get(&amp;quot;#application.ADF.ajaxProxy#&amp;quot;, {bean: &amp;quot;ceData&amp;quot;, method: &amp;quot;getCEData&amp;quot;, &lt;br /&gt;
      customElementName: &amp;quot;test&amp;quot; }, function(){ doSomething(); } );&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To learn more about how you can use Ajax calls in any code in conjunction with the ADF see [[Ajax Proxy]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	</feed>