| Author |
Is there an easy way to display success messages in Spring MVC?
|
Vladimir Kroupa
Greenhorn
Joined: Dec 26, 2008
Posts: 27
|
|
Spring MVC has great support for error messages. It would be nice to have similar feature for displaying success or information messages.
There has been an unresolved issue on this in Spring JIRA for quite some time, but it doesn't have as many posts as I would expect. Perhaps there is an easy solution for displaying localized messages that I am unaware of?
|
 |
Ashwin Sridhar
Ranch Hand
Joined: Jul 09, 2011
Posts: 272
|
|
|
In Spring MVC, do you want to display Succes Views..? what actually you mean by saying Success messages
|
Ashwin Sridhar
SCJP | SCWCD | OCA
|
 |
Vladimir Kroupa
Greenhorn
Joined: Dec 26, 2008
Posts: 27
|
|
|
Well, by "success message" I mean a message that informs the user that the requested action (e.g. creating a new record) has been performed successfully.
|
 |
Ashwin Sridhar
Ranch Hand
Joined: Jul 09, 2011
Posts: 272
|
|
|
When you use Spring MVC, you can use successView. you can return it using ModelAndView object
|
 |
 |
|
|
subject: Is there an easy way to display success messages in Spring MVC?
|
|
|