Anyways, an object such as that needs to made available somehow, which gets back to the Struts API bean discussion. If I'm going to address this bug, I might as well code up the API bean and do it right. My thoughts is this would be an object, patterned after o.a.s.config.ConfigHelper, which would exist once per Struts instance in the servlet context. Additionally, it would be available through a ThreadLocal variable to allow it to be accessed at any point in the application (this feature is perhaps debatable).
My goals in designing this bean:
1. Capture all application-level configuration information
2. Replace instances where Struts application-level objects are pulled out of the servlet context
3. Initially, of course, the application-level objects would still be available in the servlet context, but hopefully, this could be phased out by 1.5 perhaps.
Anything else?
Don
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]