Status messages on the Spring MVC-based site (annotation controller)
Posted
by linpulee
on Stack Overflow
See other posts from Stack Overflow
or by linpulee
Published on 2010-04-24T10:28:13Z
Indexed on
2010/04/24
10:33 UTC
Read the original article
Hit count: 187
What is the best way to organize status messages on the Spring MVC-based site? I mean messages which, for example, returns when user has sent
What is the best way to organize status messages ("Your data has been successfully saved/added/deleted") on the Spring MVC-based site using annotation controller?
So, the issue is in the way of sending the message from POST-method in contoller.
© Stack Overflow or respective owner