> ActionErrors extends ActionMessages, even in Struts 1.1 > http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-struts/src/share/org/ap ache/struts/action/ActionErrors.java?content-type=text%2Fplain&rev=1.11
> Clearly there's a lot of confusion around this, but the idea behind > the naming was that everything "messages" is a new, more generalized > approach to everything which was "errors" -- the classes in > o.a.s.action and the tag library classes. Since ActionMessages was > created as a super class of ActionErrors, backwards compatibility > should be complete. > html:messages by default looks for the object stored under the > *Errors* key as another piece of trying to make all this backwards > compatible. This probably adds a bit of confusion as well, > unfortunately. I suppose I could use ActionMessage instead of ActionError, but it seems to me I have no choice but to use ActionErrors, since I can't use ActionMessages with saveErrors(). Are you saying that using <html:messages ...> would work even if I used an ActionErrors object in my saveErrors() call? It really bugs me that the javadoc and (apparently) the tag docs at the web site describe the "nightly build" version and not the stable, released version. -- Tim Slattery [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

