On Tue, 5 Oct 2004 15:04:11 +1300, Adam Cameron <[EMAIL PROTECTED]> wrote: > > super.init(argData=arguments); > > You *can't* call a method of the super class with named arguments.
Doh! Yes, brain fart, sorry. > super.init(arguments) > > Which presupposes there's a <cfargument> tag in the init() method before > all the other <cfargument> tags, which itself is copied back into arguments > structure if it's used. Yup, that was what I meant to show in code. Sorry. -- Sean A Corfield -- http://www.corfield.org/ Team Fusebox -- http://www.fusebox.org/ Got Gmail? -- I have 6 invites "If you're not annoying somebody, you're not really alive." -- Margaret Atwood --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
