<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 6.1 - htmldocs - buildi52.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-25T23:16:18</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#26625" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#26624" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#22091" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#22088" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#3071" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#3031" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#2181" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#2101" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#2084" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#26625">
		<title>coldfusion/6.1/htmldocs/buildi52.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#26625</link>
		<description>sorry  it' s super.init()</description>
		<dc:creator>lanfeustdetroy</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-01-17T09:12:41</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#26624">
		<title>coldfusion/6.1/htmldocs/buildi52.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#26624</link>
		<description>to avoid any problem with the availability of this in the base component&lt;br /&gt;add  this in the component.cfc ( restart coldfusion is needed)&lt;br /&gt;&lt;cfcomponent&gt;&lt;br /&gt;&lt;/cfcomponent&gt;&lt;br /&gt;and create an empty.cfc with the same code. &lt;br /&gt;extend any cfc with the empty.cfc and that's it no more problem&lt;br /&gt;&lt;br /&gt;so if you have CFCA&lt;-CFCB-&lt;CFCC-&lt;CFCD with init method that return &lt;br /&gt;this that will work. try &lt;cfdump var=&quot;#this#&quot; /&gt;&lt;cfabort /&gt; to be sure.</description>
		<dc:creator>lanfeustdetroy</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-01-17T09:11:22</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#22091">
		<title>coldfusion/6.1/htmldocs/buildi52.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#22091</link>
		<description>Actually that should have been #arguments# instead of #argumentcollection#</description>
		<dc:creator>eblackey</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-10-07T11:13:47</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#22088">
		<title>coldfusion/6.1/htmldocs/buildi52.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#22088</link>
		<description>I have found what looks to be a workaround for the super bug.  If you add &lt;cfset this.super = super&gt; to the top of your cfcomponent you can use cfinvoke to call the super methods and pass argumentcollection.&lt;br /&gt;&lt;br /&gt;&lt;cfcomponent&gt;&lt;br /&gt;   &lt;cfset this.super = super&gt;&lt;br /&gt;   &lt;cffunction name=&quot;add&quot;&gt;&lt;br /&gt;      &lt;cfinvoke method=&quot;this.super.add&quot;     argumentcollection=&quot;#argumentcollection#&quot; returnvariable=&quot;intid&quot;/&gt;&lt;br /&gt;       &lt;cfreturn intid&gt;&lt;br /&gt;   &lt;/cffunction&gt;  &lt;br /&gt;&lt;/cfcomponent&gt;</description>
		<dc:creator>eblackey</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-10-07T10:18:31</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#3071">
		<title>coldfusion/6.1/htmldocs/buildi52.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#3071</link>
		<description>This page says &quot;When you use a component that extends another component, the This scope is not available in the base (parent) component.&quot; However, this is incorrect. The This scope _is_ available in the base (parent) component.</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-10-24T11:28:26</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#3031">
		<title>coldfusion/6.1/htmldocs/buildi52.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#3031</link>
		<description>i am wondering you are talking about ( Super Keyword ). Where is the example that actually do some stuff.  Honestly so poorly documentation of CFMX.  If you extend your CFC and try to have a constructor use super.init() this does not behave properly, some time you cannot use even super.init() .  try to call this CFC in cfm page, you will get errors or mehod could not found like that.  Be rational now, always provide advance level examples where most of stuff start breaking up.</description>
		<dc:creator>sanaullah</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-10-23T03:09:27</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#2181">
		<title>coldfusion/6.1/htmldocs/buildi52.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#2181</link>
		<description>This is a known problem, ColdFusion bug 53153:&lt;br&gt;When calling methods via the &quot;super&quot; keyword in a child component you can't use named arguments (or argumentCollection) in the method called in super.&lt;br&gt;You must use ordered arguments.</description>
		<dc:creator>halL</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2003-09-26T07:51:55</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#2101">
		<title>coldfusion/6.1/htmldocs/buildi52.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#2101</link>
		<description>There is a typographical error in the second item in the bulleted list under &quot;Using the Super keyword&quot;&lt;br&gt;The word Remove should be Replace;&lt;br&gt;that is, both methods should have the name Replace.</description>
		<dc:creator>halL</dc:creator>
		<dc:type>1 0</dc:type>
		<dc:date>2003-09-23T10:34:14</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#2084">
		<title>coldfusion/6.1/htmldocs/buildi52.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi52.htm#2084</link>
		<description>It seems you cannot pass named &lt;br /&gt;arguments to the super. For example,&lt;br /&gt;super.myFunc(arg1=&quot;a&quot;,arg2=&quot;b&quot;).</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-09-22T17:59:09</dc:date>
	</item>
	</rdf:RDF>

