Hi all, I am not very familliar with the ajax wicket stuff, so I am asking for some advice:
I try to build a draggable map for a webbrowser game. From time to time some parts of the map need to be loaded. I like to do this with an ajax request. For the loading I have a AbstractDefaultAjaxBehavior that I added to the page as you can see here: >From the javascript part the readMapChunk(x,y) function is caled and from there the ajax call gets to the respond(..) . So far so good, right now I have no clue how to pass a value back to the calling javascript. Whats the right way to do it? I'd like to pass a array of objects back to the JS caller. Any help is greatly appreciated. cheers Reinhard -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/using-tp4657363.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
