I was a bit confused as i thought extends="types" was extending the core types and changes would be updated as this type is in my project folder.
Based on your answer and a new search: http://groups.google.com/group/farcry-dev/browse_thread/thread/3371e23330798c17/87f44525dd1bab61?lnk=gst&q=extending+types#87f44525dd1bab61 I read blairs statement "When extending a core type, you extend that file (ie farcry.farcry_core.packages.types.dmHTML). You only extend "types" when you want to create a custom type from scratch." So now i used farcry.core.packages.types.dmProfile and of course it works :) Thanks. On Mar 26, 11:55 pm, Jeff Coughlin <[email protected]> wrote: > On Mar 26, 2009, at 6:47 PM, Marco van den Oever wrote: > > > I grabbed a copy from core of dmProfile.cfc and placed it in project/ > > packages/types/dmProfile.cfc > > There i adjusted some validation settings but they are not showing. > > When i adjust the core version it works. > > > I am using the webskins copied from core into project/webskin/ > > dmProfile/... > > > Do i have to change something in the webskins and how? > > I just need some changes so creating it from scratch should be > > waisting time. > > In your new dmProfile.cfc file, did you set the value for "extends" to > point to the core's dmProfile.cfc file? Also, did you update the > application scope? > > Regards, > > -- > Jeff Coughlin > Web Application Developerhttp://jeffcoughlin.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-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/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
