Re: cfproperty default attribute is buggy

2003-09-02 Thread Sean A Corfield
On Saturday, Aug 30, 2003, at 18:50 US/Pacific, S. Isaac Dealey wrote: Well afaik cfproperty models (to some extent) the way properties are declared in other OO languages like Java -- Nope, not really. Unless you are writing a Web Service and using cfproperty for additional validation of

Re: cfproperty default attribute is buggy

2003-09-02 Thread S . Isaac Dealey
On Saturday, Aug 30, 2003, at 18:50 US/Pacific, S. Isaac Dealey wrote: Well afaik cfproperty models (to some extent) the way properties are declared in other OO languages like Java -- Nope, not really. Unless you are writing a Web Service and using cfproperty for additional validation of

RE: cfproperty default attribute is buggy

2003-08-31 Thread S . Isaac Dealey
to declare and default arguments in methods and CFSET instance.FOO=StructNew to declare private properties. Andy -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Saturday, August 30, 2003 2:14 PM To: CF-Talk Subject: cfproperty default attribute is buggy

cfproperty default attribute is buggy

2003-08-30 Thread S . Isaac Dealey
Has anybody else on the list seen this behavior: CFMX 6.1 - certain values can not be used in the default attribute of the cfproperty tag: cfproperty type=struct default=#structnew()# produces error Complex object types cannot be converted to simple values. cfproperty type=array

RE: cfproperty default attribute is buggy

2003-08-30 Thread Andy Ousterhout
[mailto:[EMAIL PROTECTED] Sent: Saturday, August 30, 2003 2:14 PM To: CF-Talk Subject: cfproperty default attribute is buggy Has anybody else on the list seen this behavior: CFMX 6.1 - certain values can not be used in the default attribute of the cfproperty tag: cfproperty type=struct default