Top "Messages" questions

For questions regarding Facebook messages, JavaScript messages, mobile messages (Android, iOS, windows-phone), etc.

Send or post a message to a Windows Forms message loop

I have a thread that reads messages from a named pipe. It is a blocking read, which is why it's …

c# winforms multithreading messages
How to change default p:dataTable emptyMessage message

I am using PrimeFaces' dataTable. I get "No records found." when table has no element. I want to change this …

jsf internationalization primefaces datatable messages
Grails - getting a message value from controller

How can I get a value from message properties outside of GSPs? For instance, the equivalent of <g:message …

grails messages
Toastr: How to prevent fade out with sticky toast on mouseover?

I've been playing with toastr and have successfully set the timeout to 0 so the toast remains sticky, however the toast …

notifications mouseover messages sticky toastr
Customize Authentication - Login Symfony2 Messages

So I'm reading the security chapter of Symfony2 Book. I understand everything, but I'd like to customize the error message …

login symfony messages customization
How to customize Primefaces' Growl's required validation messages

In JSF 2.0 how can I override the required message? I am using Primefaces. Here is my code: <h:body&…

jsf-2 input primefaces messages requiredfieldvalidator
How to delete delayed messages before they arrive at a Handler?

My Problem is that I need to send messages with a delay of 1 second. The handler then initiates some action, …

android handler messages
What do these Spring debug messages mean?

I use Spring IoC in my stand-alone Java application. When the application starts it creates a log with start-up info. …

spring messages spring-jdbc
Duplicate text in <p:messages> summary and detail

When the email address is invalid the message displayed is "Invalid email.Invalid email.". I know that the message has …

java jsf primefaces messages growlnotify
Django: Remove message before they are displayed

I know this question sounds weird, but please, let me explain myself. I'm using a decorator to make a message …

django messages