I have a component where I need to open an input stream on a file located in /WEB-INF/.  I have implemented a Contextualize method and then in the Configurate method I do ContextHelper.getObjectModel(context).  The context is non-null, but the method throws an expeption because the object model is not available.  Any ideas on how to get the Context (or ServletContext)?

 

Ralph

Reply via email to