I meant to ask... On 2/17/06, Doug Hughes <[EMAIL PROTECTED]> wrote: > Well, to do this you'd need to add a custom > method to your Address record that accepts a Reactor.event.event object as > an argument.
What's the easiest way to do this? It seems that right now you need to ask Reactor for an "address" record in order for it to generate the appropriate skeleton Record/addressRecord.cfc in which to write the method. The same is true for extending gateways etc. I just added a build.cfm file that creates a Reactor factory and then calls createRecord() and createGateway() for each table. That doesn't seem to generate the Metadata directory tho'... Is there an easy way to pre-generate all the stubs so custom code can be added? -- Sean A Corfield -- http://corfield.org/ Got frameworks? "If you're not annoying somebody, you're not really alive." -- Margaret Atwood -- Reactor for ColdFusion Mailing List -- [email protected] -- Archives at http://www.mail-archive.com/reactor%40doughughes.net/

