Re: Refreshing my Notification panel's model

2016-09-23 Thread Sandor Feher
Hi Martin, #updateAjaxAttributes() is neat solution works like a charm. Thank you!! Sandor -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Refreshing-my-Notification-panel-s-model-tp4675548p467.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Refreshing my Notification panel's model

2016-09-22 Thread Martin Grigorov
Hi, If you use polling (with AjaxSelfUpdatingBehavior) then you refresh the session with every http request. You can use WebSocket instead. WebSocket connections do not affect the session lifetime and you can just push a message from the server side once there is something for the client.

Refreshing my Notification panel's model

2016-09-22 Thread Sandor Feher
Hi, Tightly coupled with my previous topic I'm looking for a proper solution for refreshing my panel's model and show if it must be showed. In a nutshell I have a hibernate entity which handled a