Wicket javascript callback get variable

2010-09-26 Thread goody44
the wicketAjxPost. Thanks! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-javascript-callback-get-variable-tp2714731p2714731.html Sent from the Users forum mailing list archive at Nabble.com

Wicket javascript callback get variable

2010-09-26 Thread Matthew Goodson
Hi guys, I'm trying to call wicket from javascript. I have figured out how to do this but its not quite behaving as I expect. On the code below I would expect the success handler (alert('first')) to be fired before the alert('second') but this doesn't prove to be the case.

Re: Wicket javascript callback get variable

2010-09-26 Thread Igor Vaynberg
the wicketAjxPost. Thanks! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-javascript-callback-get-variable-tp2714731p2714731.html Sent from the Users forum mailing list archive at Nabble.com

Javascript callback

2008-10-20 Thread dideep
- is this the right way to go? -- View this message in context: http://www.nabble.com/Javascript-callback-tp20067507p20067507.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: Javascript callback

2008-10-20 Thread Nino Saturnino Martinez Vazquez Wael
Yes. if you checkout open layers contrib mootips theres something there: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-contrib-openlayers/src/main/java/org/wicketstuff/openlayers/event/ClickEventListenerBehavior.java

Re: Javascript callback

2008-10-20 Thread Martin Funk
in sync, than DefaultAjaxBehavior might be a good starting point to get a CallbackUrl for the JS widget to call back to. That's what happens in the wicket-contib-gmap2 project of wicket-stuff. mf -- View this message in context: http://www.nabble.com/Javascript-callback-tp20067507p20067507.html