I am storing ActionError objects (under the Globals.ERROR_KEY) in Action1 and then forwarding to Action2 for processing, but I'm then getting an JspException saying the 'error' bean cannot be found in any scope. When Action2 runs, are the error objects in the original request overwritten or erased?
Can someone help me out in diagnosing the issue. This is using
Struts 1.1
In my
jsp, I'm accessing the collection as follows:
Thanks for any help,
Daniel