Results 1 to 2 of 2

Thread: get error messages within AbstractView

  1. #1
    Join Date
    Dec 2005
    Posts
    2

    Default get error messages within AbstractView

    I implemented my own view class and was wondering how do I get a list of error messages that were stored from a validator class?

  2. #2
    Join Date
    Aug 2004
    Posts
    1,905

    Default

    You can simply set AbstractView.setRequestContextAttribute. The requestContext (from which you can retrieve the errors object) will then be available to the view under the value you passed in.

    HTH

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •