I have a form that returns a success view that points to the same form controller. When the form is forwarded to however it blows up with the following

Code:
Neither Errors instance nor plain target object for bean name 'fooBean' available as request attribute'
Is it possible to post the results of a form to the same page that made the submission?