While refreshing my memory on the ActionErrors class, I noticed that the metho:
void add (String, ActionError) Is deprecated, in favor of: void add(String, ActionMessage) with a note that this (first signature) method will be removed after Struts 1.2. What exactly is this trying to tell us? Are we supposed to drop ActionError entirely in favor of ActionMessage? There's no deprecation note in the description of ActionError. What's happening here? -- Tim Slattery [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

