|
I’ve added cfproperty tags for all
of the “This” variables in the TOs. I *think* thinks will work for what you need, though I honestly
don’t know. To use this delete the tos in the /reactor/project folders
and regenerate them. They should look like this now: <cfcomponent hint="I
am the base TO object for the User table. I am generated. DO NOT EDIT ME (but
feel free to delete me)." extends="reactor.base.abstractTo"
> <cfproperty
name="userId" type="numeric" /> <cfproperty
name="username" type="string" /> <cfproperty
name="password" type="string" /> <cfproperty
name="firstName" type="string" /> <cfproperty
name="lastName" type="string" /> <cfproperty
name="dateCreated" type="date" /> <cfset
variables.signature = "2FCCC57EFDD65DFD2586B563B1BA3D5F" /> <cfset this.userId =
"0" /> <cfset this.username
= "" /> <cfset this.password
= "" /> <cfset
this.firstName = "" /> <cfset this.lastName
= "" /> <cfset
this.dateCreated = "#Now()#" /> </cfcomponent> If I did this right, the cfproperty tag
should describe the metadata as you need. The cfset tags should hold the actual
values. I didn’t use the cfproperty’s default attribute because it
doesn’t seem to place nice with dates. Doug From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of João Fernandes Well, I have a question Sean, |
Title: And now for Sean
- Reactor For CF And now for Sean João Fernandes
- Re: Reactor For CF And now for Sean Sean Corfield
- RE: Reactor For CF And now for Sean Doug Hughes

