Results 1 to 2 of 2

Thread: Information messages from controller to JSP page

  1. #1

    Default 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

    Code:
    result.addError
    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

  2. #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
  •