Question
The value returned from the onApplicationStart function is not of type boolean
getting the following error when using this statement:
The value returned from the onApplicationStart function is not of type boolean. | |
| If the component name is specified as a return type, it is possible that either a definition file for the component cannot be found or is not accessible. | |
component
this.name = "customoptionexample1";
this.wschannels = [{name="bidchannel", cfclistener="bidListener"}];
boolean function onApplicationStart()
application.bidvalue = 1;
