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 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-minis/src/main/java/org/wicketstuff/minis/mootipbehavior/MootipAjaxListener.java dideep wrote:
I've got a highly functional JS widget (a grid) which I'm trying to wrap up in a wicket component. The JS widget has an object it uses to talk to the server - you tell this object a URL. I've got as far as adding a DefaultAjaxBehavior to my component and telling the JS widget the callback URL - is this the right way to go?
-- -Wicket for love Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
