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