Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 42219 invoked by uid 500); 22 Feb 2002 12:47:58 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 42060 invoked from network); 22 Feb 2002 12:47:57 -0000 Message-ID: From: Thorsten Mauch To: "'cocoon-dev@xml.apache.org'" Subject: CONTEXT_ENVIRONMENT_CONTEXT can be null ? Date: Fri, 22 Feb 2002 13:41:00 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi I try to look up the context but I receive null The code in my actions simply looks like: Context context = (Context)objectmodel.get(Constants.CONTEXT_ENVIRONMENT_CONTEXT); if(context == null) System.out.println("no context"); I run cocoon with tomcat, so I expect a Environment to exist ? or does I understand the context object wrong ? Thx Thorsten --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org