-
Need to create Symbol List and cffunction dict for tag based cfcs
atomi updated
12 years ago
-
In ColdSpring you can configure a bean to have a completely different name to its class and then define constructor and property names which have different values (scoped by the alias, effectively).
…
-
you suggested to ignore it, i tried to ignore it and let it go to next step but it is not returning user access token from the call
facebookApp.getUserAccessToken()
what should we do? I am using the…
pbedi updated
12 years ago
-
Currently DI/1 can only deduce dotted path names for CFCs under the webroot.
-
It appears that when you call an ajax function from JS or simliar it makes a call through setupRequest at main.index. This causes problems with keeping track of visit history, and redirecting people i…
-
It doesn't appear that reload=true flushes the coldfusion 9 orm. I don't know if this is intended behavior or not, but when I make changes to my orm files, I must run a page that calls that code itsel…
-
User manager has a models folder. Should be model, singular. Also should check whether it really uses services/ folder since I think it manages CFCs in the bean factory?
-
I am using transfer, and more specifically the set of custom tags that come with it, to write TQL queries in my gateway classes. Normally custom tags are used for UI functionality, but in this case th…