If you don't want to add either of the option on every page then you can use template with header page having feedback pane as Martin has suggested.
-Mihir. On Sat, Jun 17, 2017, 4:30 AM Martin Grigorov <[email protected]> wrote: > Hi, > > You have two options: > 1) polling with AbstractAjaxTimerBehavior > 2) pushing with WebSocketBehavior > > In both cases you need to add the behavior to all pages. And have some kind > of FeedbackPanel to render the notifications. > > On Jun 17, 2017 11:18 AM, "gasper" <[email protected]> wrote: > > > Hello wicketers, > > > > I need help concerning how to create a notification message to users for > > every 1 minutes about new messages ..... > > > > If the users is on any page either home or contact page .. The user > should > > be able to get the notification messages ..... > > > > Thanks > > > > -- > > View this message in context: http://apache-wicket.1842946. > > n4.nabble.com/Self-Notification-to-users-tp4678062.html > > Sent from the Users forum mailing list archive at Nabble.com. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > >
