If you have written event handlers that actually return data, then you will have to get the values from the request collection. The following are the keys created for you in the request collection.
The handler (main.cfc)
function list(event,rc,prc){
return "Hola Luis";
}