ColdBox Forums Notification: Post to coldboxproxy problems

Title: RE: coldboxproxy problems
Thread: coldboxproxy problems
Forum: Need Help?
Conference: ColdBox
User: lmajano If you look at the process method, you will see that the arguments that get sent
in will be converted into the request collection. So whatever value gets placed
as arguments, they will be re-created as values in the request collection. Your
facade method seems fine to me.

What you need to remember is that your event
handler code stays the same, it is agnostic of where it is called, therefore,
you need to get your values from the request collection, not as arguments.
Try to dump the collection and you will see all the values there.

Don't
change your handler coding styles just because its a proxy call, the purpose is
for the coding style to remain the same.
http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=433E6E7A-FF65-CEF6-65AB65C3E62D50A4