Do we have many more constants to add right now? How about if we stay the course though the 1.1 release, for consistency, but document that any globals in 1.2.x and later will be added to Globals only. In 1.2.x, we can also be sure that all of our references are to Globals and not Action.
We should probably go ahead deprecate the Action statics that pass through references to Globals, so we can change it all over on the next run. -Ted. 11/7/2002 12:29:02 AM, Rob Leland <[EMAIL PROTECTED]> wrote: >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- [EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:struts-dev- [EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>