James, Is it possible you might need an init() function that initilizes it as a FarCryUD type? It seems to be thinking it is looking at a ClientUD (which is I believe what FarcryUD extends itself).
Tomek On Thu, Aug 13, 2009 at 9:03 AM, James Buckingham <[email protected]>wrote: > > Thanks Blair. > > Made that change but it's still throwing this application error at me > when I change the password. > > I'm also see this one on the webtop login now... > > Element CLIENTUD is undefined in a CFML structure referenced as part > of an expression. > > Coming from: > > COLUMN 0 > ID ?? > LINE 276 > RAW_TRACE at cfsecurity2ecfc556564480$funcGETLOGINFORM.runFunction(C: > \Inetpub\wwwroot\farcry\core\packages\security\security.cfc:276) > TEMPLATE C:\Inetpub\wwwroot\farcry\core\packages\security > \security.cfc > TYPE CFML > > Just to confirm, my new code looks like this: > > <cfcomponent displayname="Farcry User Directory" > extends="farcry.core.packages.security.FarCryUD" output="false" > bEncrypted="true"> > </cfcomponent> > > > --~--~---------~--~----~------------~-------~--~----~ You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~---
