-
Dec 2nd, 2005, 12:09 AM
#1
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?
-
Dec 2nd, 2005, 03:26 AM
#2
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
-
Forum Rules