Re: How to refresh ListView on ModalWindow

2010-08-29 Thread zoran
Hi Sven, Thank you for suggestion. This works. Best, Zoran -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-refresh-ListView-on-ModalWindow-tp2341639p2398942.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: How to refresh ListView on ModalWindow

2010-08-28 Thread Sven Meier
Hi, you're pushing your comments into the ListView. Obviously changing the "commentsList" variable afterwards has no effect on what the ListView is iterating over. To keep the comments up-to-date, use a model: ListView eachComment=new ListView("eachComment", new PropertyModel(this, "

How to refresh ListView on ModalWindow

2010-08-27 Thread zoran
shown again. CommentsList containing the comments is updated before populateItem is called, but it seems that I should make something more. Do you have any suggestions? Zoran -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-refresh-ListView-on-ModalWindow-tp2341639p2