Chris

I got that far but was unsure as to how to structure the CFC so that it
validated.  Do you set up properties or something?  Or does it call the INIT
method automatically?

Steve 

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf
Of Chris Velevitch
Sent: Tuesday, 17 April 2007 5:05 PM
To: [email protected]
Subject: [cfaussie] Re: Custom CFC Argument Types


On 4/16/07, Steve Onnis <[EMAIL PROTECTED]> wrote:
> Can anyone shed  some light on creating a custom cfc argument type?
>
> Basically I want to  validate that the value coming into the argument 
> is a numeric list.  I

Make the responsibility of the caller to pass a valid argument. You can back
this up by creating a cfc to represent the type and set the type of the
cfargument to your type. I.e:-

    <cfargument name="aParam" type="myNumericListType">


Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.au




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to