Title: RE: getRequestService().getContext() problem
Thread: getRequestService().getContext() problem
Forum: Need Help?
Conference: ColdBox
User: sanaullah73
Hi,
I think you have to change return type of your plugin in init() as name of
plugin. see below code example
[code]
<cffunction name="init"
access="public" returntype="rights"
hint="Constructor" output="false">
[/code]
secondly I
have seen few varaibles not to be scoped as (var). [eventTriggered]..
This is
macromedia/adobe mess which we are dealing now, but we have to use variables and
var scope carefully.
I am sure then this plugin will work.
Thanks
Sana