Direct methods not working with directFn & baseParams
I am using the Router 0.6 and can get it to work by calling a Direct method from my Javascript code, but when I try to use it to populate a combobox specifying a directFn and baseParams, request.Data in DirectProcessor.ProcessRequest ends up looking like this:
{object[1]}
[0]: {object}
I get the following error:
Error occurred while calling Direct method: Object of type 'System.Object' cannot be converted to type 'System.String'
It doesn't seem to matter what I put in the baseParams--I'd like to send more than one parameter. Can anyone help me?