Is it now recommended to use members of Global like in Global.ERROR_KEY instead of Action.ERROR_KEY *even* in classes that extend Action? I know these members have not been marked as deprecated, but the note seems to indecate that they are preferred:
"Global manifest constants for the entire Struts Framework. Many of these constants were initially defined in Action, but were moved here so that they could be referenced without referencing the Action class itself. For backwards compatibility, constant references there point at this class, and the constant values themselves have not changed." So, it looks like either way is acceptable. But will the old way be deprecated sometime in the future? Anthony "The project purpose statement you wrote and understand will be seen differently by everyone else." - Immutable Laws of Project Management -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

