ColdBox Forums Notification: Post to coldboxproxy problems

Title: coldboxproxy problems
Thread: coldboxproxy problems
Forum: Need Help?
Conference: ColdBox
User: daemach I'm trying to send form values using Ext.Ajax to an event handler using
coldboxproxy.cfc.

coldboxproxy.cfc:

<cffunction name="doLogin"
access="remote" returntype="any" output="false" returnFormat="json">
  <cfset
arguments["action"] = "main.doLogin">
  <cfset results =
super.process(argumentCollection=arguments)>
  <cfreturn results>
</cffunction>
In my facade method I see arguments.username and arguments.password. Those
don't show up inside main.doLogin, however. How do I pass extra data through
the proxy to the event handler? The event object doesn't exist until I call the
super.process method, so I can't stash it there...

BTW, this problem is
causing the following error, which is a real pain in the neck to read in the
firebug console:

Attribute validation error for tag CFTHROW.
The value of
the attribute type, which is currently Expression, is invalid.
The error
occurred in C:\Projects\Frameworks\coldbox\system\extras\ColdboxProxy.cfc: line
141
http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=433E6E7A-FF65-CEF6-65AB65C3E62D50A4