Atmosphere - Reconnect after Disconnect

2015-06-09 Thread mashleyttu
Hi All, I asked an Atmosphere question a few days ago and have another one. We are adding Atmosphere support to our application, and have added a ResourceRegistrationListener to the EventBus so we can track and push messages to users who request certain files. These files are generated on the fly,

Re: Add a link to MessageDialog

2015-06-09 Thread Sebastien
Hi, You need to extend MessageDialog, provide a complete markup file (copied/inspired from MessageDialog.html), and supply the "link1" markup (A tag) in it... Hope this helps, Sebastien On Tue, Jun 9, 2015 at 5:53 PM, smoothe19 wrote: > I am trying to add a clickable link to my message dialo

Add a link to MessageDialog

2015-06-09 Thread smoothe19
I am trying to add a clickable link to my message dialog //TrainingDialog associated with save button trainingDialog = new MessageDialog("trainingdialog", "Warning", "", DialogButtons.OK, DialogIcon.WARN) { public void onClose(AjaxRequestTarget ta