I'm still trying to figure out the new method for reporting errors to the user. We create an ActionMessage (instead of an ActionError), we add that to an ActionMessages object (instead of ActionErrors) and we use <html:messages...> in the JSP instead of <html:errors...>. Right so far?
In the javadoc for the Action object, it shows a saveMessages method. The description says: Save the specified messages keys into the appropriate request attribute for use by the <html:messages> tag (if messages="true" is set), if any messages are required. Otherwise, ensure that the request attribute is not created. What's this about "messages=true"? Where does that get set? -- Tim Slattery [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

