Re: Update ListView using ajaX

2009-12-05 Thread Don Ferguson
container); ...the results are just appending to each other. Thanks a lot. Cheers. -- View this message in context: http://old.nabble.com/Update-ListView-using-ajax-tp25310457p26662446.html Sent from the Wicket - User mailing list archive at Nabble.com. -

Update ListView using ajaX

2009-12-05 Thread local_shamil
esultcontainer); > > ...the results are just appending to each other. > > Thanks a lot. > Cheers. > > -- View this message in context: http://old.nabble.com/Update-ListView-using-ajax-tp25310457p26662446.html Sent from the Wicket - User mailing list archive at Nabble.com. -

Re: Update ListView using ajax

2009-12-03 Thread freak182
ill do is to go back to old version of wicket but i want the latest >>>> version. >>> >>> if this does not work with wicket 1.4.1, then it does not work with any >>> wicket version.. >>> >>> mm:) >>> >>> -- >>> Michael Mosmann - http://www.

Re: Update ListView using ajax

2009-12-03 Thread Hui Chen
ttp://www.wicket-praxis.de/blog >> >> >> ----- >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional commands, e-m

Re: Update ListView using ajax

2009-11-25 Thread Roger Armstrong
Which "markup thing" did you adjust to make it work? freak182 wrote: > > i already make it work. (need to adjust some markup thing :) ) > -- View this message in context: http://old.nabble.com/Update-ListView-using-ajax-tp25310457p26514074.html Sent from the Wicket

Re: Update ListView using ajax

2009-09-07 Thread freak182
--- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > > -- View this message in context: http://www.nabble.com/Upd

Re: Update ListView using ajax

2009-09-07 Thread freak182
- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > > -- View this message in context: http://www.nabble.com/Update-ListView-using-ajax-tp25310457p25326096.html Sent from the Wicket - User

Re: Update ListView using ajax

2009-09-06 Thread Michael Mosmann
Hmm,.. can you post your markup? this code does work with my own markup.. did you use or did you use .. do you see something in wicket-ajax-debug panel? any error-message? any ajax-response? > ...and im pretty sure that i already some code in previous version of wicket > and it work..but i don

Re: Update ListView using ajax

2009-09-06 Thread freak182
reason the listview is not updating when i targeted it. >> im >> using wicket 1.4.1. > > does it work without ajax? > > mm:) > > > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apac

Re: Update ListView using ajax

2009-09-06 Thread Michael Mosmann
Hi, > i think i already put it in the webmarkupcontainer and target the > markupcontainer. ok.. my fault.. sorry. can you post some more code.. i am not sure to see the full picture yet. > For no apparent reason the listview is not updating when i targeted it. im > using wicket 1.4.1. does it

Re: Update ListView using ajax

2009-09-06 Thread freak182
> > -- > Michael Mosmann http://www.wicket-praxis.de/blog/ > > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > > -- View this message in context: http://ww

Re: Update ListView using ajax

2009-09-06 Thread Michael Mosmann
Am Sonntag, den 06.09.2009, 01:05 +0800 schrieb Eman Nollase: > Hello, > > For no apparent reason the listview is not updating when i targeted it. im > using wicket 1.4.1. The ListView ist replaced with it's childs. Therefore you can not update the ListView. The simple solution to this is a WebMa

Update ListView using ajax

2009-09-05 Thread Eman Nollase
Hello, For no apparent reason the listview is not updating when i targeted it. im using wicket 1.4.1. here is the code: final WebMarkupContainer resultcontainer = new WebMarkupContainer("resultcontainer"); add(resultcontainer.setOutputMarkupId(true)); final ListView files = new ListView