DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7868>.
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 [EMAIL PROTECTED]  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: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to