If I place a call to wicketAjaxGet(...) into a eg.g onclick attribute
with the help of an AjaxBehavior, the method respond(final
AjaxRequestTarget target) is called on the Java side.

Is it possible to build a call to wicketAjaxGet like

        var result = wicketAjaxGet(...);

and provid the result value in the respond method on the Java side?

Does anobody know the trick?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to