Re: Loading wicket components from javascript

2011-07-24 Thread Michael Petritsch
, and then you will need to use ListViews etc... as described above. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Loading-wicket-components-from-javascript-tp3673381p3674372.html Sent from the Users forum mailing list archive at Nabble.com

Re: Loading wicket components from javascript

2011-07-24 Thread Martin Grigorov
-wicket.1842946.n4.nabble.com/Loading-wicket-components-from-javascript-tp3673381p3674372.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: Loading wicket components from javascript

2011-07-24 Thread Michael Petritsch
, and then you will need to use ListViews etc... as described above. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Loading-wicket-components-from-javascript-tp3673381p3674372.html Sent from the Users forum mailing list archive at Nabble.com

Re: Loading wicket components from javascript

2011-07-24 Thread Martin Grigorov
, and then you will need to use ListViews etc... as described above. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Loading-wicket-components-from-javascript-tp3673381p3674372.html Sent from the Users forum mailing list archive at Nabble.com

Re: Loading wicket components from javascript

2011-07-24 Thread Michael Petritsch
in the beginning and alternate. If your trying to add a new markup that never existed in html to the page, it should throw an error, and then you will need to use ListViews etc... as described above. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Loading-wicket-components

Re: Loading wicket components from javascript

2011-07-24 Thread Martin Grigorov
existed in html to the page, it should throw an error, and then you will need to use ListViews etc... as described above. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Loading-wicket-components-from-javascript-tp3673381p3674372.html Sent from the Users forum

Loading wicket components from javascript

2011-07-17 Thread Michael Petritsch
Hi, is there a way to load wicket components from javascript? I tried the https://cwiki.apache.org/WICKET/calling-wicket-from-javascript.html approach. I tried to add a Label but it wasn't visible on the page. I tried to add a Panel but it never replaced the markupPlaceHolder I added for it. All

Re: Loading wicket components from javascript

2011-07-17 Thread Bertrand Guay-Paquet
Hi, Have you seen http://wicketinaction.com/2008/10/repainting-only-newly-created-repeater-items-via-ajax/ ? I used this method to add form inputs via ajax. If I understand correctly what you want to do, you should be able to use this for adding labels. Bertrand On 17/07/2011 9:23 AM,

Re: Loading wicket components from javascript

2011-07-17 Thread Michael Petritsch
Thanks, gonna try this. I hope this also works for adding Components with subcomponents (e.g. Tables, Panels etc.) and I don't have to manually Wicket...appendChild() all the subcomponents in js. On Sun, Jul 17, 2011 at 5:38 PM, Bertrand Guay-Paquet ber...@step.polymtl.ca wrote: Hi, Have you

Re: Loading wicket components from javascript

2011-07-17 Thread msj121
this message in context: http://apache-wicket.1842946.n4.nabble.com/Loading-wicket-components-from-javascript-tp3673381p3674372.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr