Hi,

I read somewhere that it is possible to do in javascript a simple get
request like:

(jquery)
$.getJSON('pageName:eventName/arg');

and in Tapestry page:

JSONObject onEventName(String arg) {
    JSONObject obj;
    ...
    return obj;
}

I'm trying this, but it never gets into the event handler method. So just
asking if this is still possible in 5.3 or maybe I should do it differently?

Thanks

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Call-event-from-javascript-tp5096654p5096654.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to