You posted this question to the Struts developer list, which is about the development of the Struts framework. If you have questions about using Struts in your own applications, please ask those in the Struts user mailing list - [email protected]
As a side note, I doubt that your question is anyhow related to Struts at all. You might instead want to dig deeper into the Java Servlet Specification and read the API documentation closely. If your issue is related to a particular servlet container such as Tomcat, you might want to refer to the user mailing list of the particular product. - René Jenish schrieb: > I have an application. > > When my application starts I am trying to do > m_controlServlet.getServletContext().getAttribute(Globals.MESSAGES_KEY); > > But this always returns NULL. > > Can anybody please tell me what settings i am missing to do? > > Jenish -- René Gielen http://twitter.com/rgielen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
