[action1] Errors in session scope and html tags 'errorKey' attribute?

2006-05-28 Thread Wendy Smoak
The documentation for the 'errorKey' attribute of all the html taglib tags says: Name of the _request_ _scope_ bean under which our error messages have been stored. If not present, the name specified by the Globals.ERROR_KEY constant string will be used. Is that still correct? I'm thinking of

Re: [action1] Errors in session scope and html tags 'errorKey' attribute?

2006-05-28 Thread Niall Pemberton
On 5/29/06, Wendy Smoak [EMAIL PROTECTED] wrote: The documentation for the 'errorKey' attribute of all the html taglib tags says: Name of the _request_ _scope_ bean under which our error messages have been stored. If not present, the name specified by the Globals.ERROR_KEY constant string will

Re: [action1] Errors in session scope and html tags 'errorKey' attribute?

2006-05-28 Thread Wendy Smoak
On 5/28/06, Niall Pemberton [EMAIL PROTECTED] wrote: Yes it is related and will look in session scope if not found in request scope - basically its the same as the name attribute on the html:errors and html:messages tags - they all use TagUtils.getActionMessages() to retrieve the messages which