Hi.

Is there any way wicketAjaxGet can call the provided callback function
with parameters from the backend?

Now, as far as I can see, there are only options to:
1. update component using AjaxRequestTarget
2. execute javascript using AjaxRequestTarget

What I need is to call the particular function (not the global one),
with parameters from backend.
The only possible way to achieve that (in my view), is to use 2nd option
combined with storing the callback function in some global map. Then I
would be able to call the correct callback function.

Is there any easier (not hacky) way?

Vytautas

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to