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.