Re: wire legacy ajax (jquery) widget to Wicket page

2012-10-09 Thread Simon B
imonSimon -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wire-legacy-ajax-jquery-widget-to-Wicket-page-tp4652684p4652797.html Sent from the Users forum mailing list archive at Nabble.com. - To unsub

Re: wire legacy ajax (jquery) widget to Wicket page

2012-10-05 Thread Martin Grigorov
e the content (like repeaters for example). You can do the same with app#mountResource("path", new MyResourceReference()) and use a custom resource impl but in this case you will have to generate the HTML with other means (string concatenation, Velocity, FreeMarker, ...) > I'm usi

wire legacy ajax (jquery) widget to Wicket page

2012-10-05 Thread Simon B
o that the text/html is returned by wicket, is there a special kind of AjaxPageResource or something? How do I get the url for the ajax resource? I'm using Wicket 1.5.8. Cheers Simon -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wire-legacy-ajax-jquery-wid