verlsnake
unread,Jan 27, 2013, 7:43:08 PM1/27/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to col...@googlegroups.com
In a messaging callback function, I want to access some ColdBox settings; but in this isolated callback function, I do NOT have the ColdBox Framework at my fingertips out of the box ! So I cannot use getSetting("key"), for instance. Is there a way to make ColdBox functionality available for functions the callstack of which has no ColdBox-related origin ? Or do I have to go another route for such functions ? Not using any ColdBox functionality at all ? And perhaps using the CFML application scope to provide all needed information ?