Paul,

Thanks for the reply.  I actually have that in another example, and it is
behaving exactly the same.  I at first thought it was an issue relating to
.clone() not picking up on things I've set in the decorator, but I can dump
a non-cloned object and a cloned object and they are both identical.  Very
strange.



On Wed, Jan 7, 2009 at 12:53 PM, Paul Marcotte wrote:

> Matt,
>
> Maybe try checking if the object is persisted in configure, first?
> something like.
>
> <cffunction name="configure" returntype="void" output="no"
> access="private">
>     <cfscript>
>            if ( getIsPersisted() ) {
>                setConfirmAddress(getEmailAddress());
>            } else {
>               setConfirmAddress("");
>            }
>       </cfscript>
> </cffunction>
>
> I'm wondering if the incorrect behaviour happens for un-persisted
> objects....
>
> Paul

--~--~---------~--~----~------------~-------~--~----~
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

You received this message because you are subscribed to the Google Groups 
"transfer-dev" 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/transfer-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to