Hi,

can someone point me to some discussion or or outline the limitations of
using an includes inside a component method.



Obvious ones I have found

1. cfargument and cfreturn need to stay in cfc
2. var declarations too
3. arguments scope available now in 6.1

.....

ie

<cfcomponent>

    <cffunction>
        <cfargument />
        ...

        <cfset var blah />
        ...

        <cfinclude template="methodbody.cfm" />


        <cfreturn blah />

    </cffunction>

</cfcomponent>


Regards,

Elliot Russo
[EMAIL PROTECTED]
+61 02 4862 2592 (work/fax)
+61 0410 546 996 (mob)



---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to