-
Apr 8th, 2005, 04:32 AM
#1
BindException and AbstractXsltView
Hi,
How do I access Errors (e.g. BindException) from my AbstractXsltView subclass?
Fairly new to Spring. Would appreciate some help. Detailed explanation of problem follows:
I've got a SimpleFormController handling form input.
The form view is produced via XSLT by a subclass of AbtractXsltView.
If there are errors in the form data identified by my Validator object the form view (AbstractXsltView) is called again (all done automatically by the SimpleFormController. I need to convert the errors to XML to pass on to my XSLT so need to know how I can get a reference to them.
Cheers,
D.
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