-
Dec 29th, 2011, 10:42 AM
#1
Information messages from controller to JSP page
Is there any way of passing Information messages from controller to JSP page, i can pass error messages using BindingResult
method, and then use JSP tag
Code:
<form:errors path="*"/>
to display error messages,
But what if want to send information or warning messages, and then display them in different color on JSP page, is there any way of handling this situation
-
Dec 29th, 2011, 01:07 PM
#2
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules