I know that the Globals were pulled out of Action.Java to prevent direct dependencies on Action.java
Right now Action.java has duplicates KEYS fields from Globals.java. Some were for compatibility with 1.0, BUT some were added for Struts 1.1. Continuing to add new constants to BOTH creates duplication which is not good... Could we 1) Remove the keys added for Struts 1.1 from Action.java AND/OR 2) Have Action extend the Globals so the duplicate variables and JavaDoc can be deleted ? -Rob -- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>