|
I want to send parameters to the DWR call and
resend them to my URL or Servlet (such as getInclude but passing Request
parameters). I have to do this because I've many pages in my server that
requires several Request parameters, and I want to include them with DWR as a
fragment of my main page.
I tried to use engine.setParameters but it
produces the follow error (and then I see Mike email):
In _createBatch() the following line
if (typeof data != "function") batch.parameters[propname] = "" + data;
references the non-existing member "parameters" which causes an exception.
Is there any form of make this? Regards, Francisco Gonzalez
|