Yes, it's not working. Somehow it doesn't display the error messages.
I am using this method:

http://struts.apache.org/api/org/apache/struts/action/Action.html#saveErrors(javax.servlet.http.HttpServletRequest,
org.apache.struts.action.ActionMessages)

> ## I've used ErrorTool successfully with session scoped forms.
How do you display the error messages?

Thanks,
Ben

On Thu, 16 Dec 2004 22:07:52 +0900, Shinobu Kawai
<[EMAIL PROTECTED]> wrote:
> Hi Ben,
> 
> > I have a form that is stored in session-scope, how can I use this tool
> > to handle error messages?
> >
> > For my other request-scope forms, I usually saveErrors() and in my VM
> > page I call ErrorsTool with attribute property to display the error.
> > This process doesn't work for session-scope form.
> 
> Actually, Struts stores error messages in the request in a different
> place than the form, so it shouldn't matter what scope your form is
> in.  Are you sure it's not working?
>   
> http://struts.apache.org/api/org/apache/struts/action/Action.html#saveErrors(javax.servlet.http.HttpServletRequest,
> org.apache.struts.action.ActionMessages)
> ## I've used ErrorTool successfully with session scoped forms.
> 
> Best regards,
> -- Shinobu Kawai
> 
> --
> Shinobu Kawai <[EMAIL PROTECTED]>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to