Re: Browser Page Refresh Not Really Refreshing

2013-10-17 Thread dhongyt
-Page-Refresh-Not-Really-Refreshing-tp4661826p4661828.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Browser Page Refresh Not Really Refreshing

2013-10-17 Thread Sven Meier
provided the Sortable ListProvider with a ListSubscription which I get through a hibernate database call. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Browser-Page-Refresh-Not-Really-Refreshing-tp4661826p4661828.html Sent from the Users forum mailing list archive

RE: Browser Page Refresh Not Really Refreshing

2013-10-17 Thread dhongyt
do it so that when there is a refresh then it would increment the page version by one? Or should I never do that? Different way of going about it? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Browser-Page-Refresh-Not-Really-Refreshing-tp4661826p4661857.html Sent

Re: Browser Page Refresh Not Really Refreshing

2013-10-17 Thread dhongyt
I am passing the list into the provider. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Browser-Page-Refresh-Not-Really-Refreshing-tp4661826p4661858.html Sent from the Users forum mailing list archive at Nabble.com

Re: Browser Page Refresh Not Really Refreshing

2013-10-16 Thread MartinoSuperman
Hi, Isn't it an idea to use Javascript for this? In JavaScript, it is also possible to refresh a page? Example code: http://www.quackit.com/javascript/javascript_refresh_page.cfm -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Browser-Page-Refresh-Not-Really

Re: Browser Page Refresh Not Really Refreshing

2013-10-16 Thread dhongyt
I feel like there isn't a need for Javascript? Should a CRTL+R or an F5 already refresh the page and reload new data in Wicket? Is there a setting I'm forgetting to set? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Browser-Page-Refresh-Not-Really-Refreshing

RE: Browser Page Refresh Not Really Refreshing

2013-10-16 Thread Paul Bors
, Paul Bors -Original Message- From: dhongyt [mailto:davidhtr...@gmail.com] Sent: Wednesday, October 16, 2013 2:30 PM To: users@wicket.apache.org Subject: Re: Browser Page Refresh Not Really Refreshing I feel like there isn't a need for Javascript? Should a CRTL+R or an F5 already refresh

Browser Page Refresh Not Really Refreshing

2013-10-15 Thread dhongyt
on the actually page link again for the new data to show up. Is this because I need to set my headers to not cache? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Browser-Page-Refresh-Not-Really-Refreshing-tp4661826.html Sent from the Users forum mailing list archive

Re: Browser Page Refresh Not Really Refreshing

2013-10-15 Thread Sven Meier
. Is this because I need to set my headers to not cache? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Browser-Page-Refresh-Not-Really-Refreshing-tp4661826.html Sent from the Users forum mailing list archive at Nabble.com

Re: Browser Page Refresh Not Really Refreshing

2013-10-15 Thread Andrew Hall
Sent from my HTC One SV - Reply message - From: dhongyt davidhtr...@gmail.com To: users@wicket.apache.org Subject: Browser Page Refresh Not Really Refreshing Date: Tue, Oct 15, 2013 8:55 AM I have a wicket page that contains a dataview of subscriptions. Any user that subscribes