Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 15924 invoked by uid 500); 15 Apr 2002 13:06:42 -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 15911 invoked from network); 15 Apr 2002 13:06:42 -0000 Date: 15 Apr 2002 13:06:43 -0000 Message-ID: <20020415130643.2202.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: cocoon-dev@xml.apache.org Cc: Subject: DO NOT REPLY [Bug 7868] - [PATCH] protected createCocoon() in CocoonServlet X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7868 [PATCH] protected createCocoon() in CocoonServlet ------- Additional Comments From crafterm@fztig938.bank.dresdner.net 2002-04-15 13:06 ------- Hi Berin, Thanks for your comments mate, but I'm not sure if I understand what you are getting at. Are you saying that implementations of the method contextualize() should always just save a reference to the Context object, but never get any data from it ? ie, always: public void contextualize(Context context) { this.m_context = context; } and never: public void contextualize(Context context) { this.m_value = (String) context.get(VALUE); } Cheers, Marcus --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org