Sure. Create your own JellyContext in doTag and pass it the current context as the parent. -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au
"Todd Trimmer" <[EMAIL PROTECTED]> wrote on 28/12/2002 04:56:33 PM: > Is there a way to get a JellyContext into a doTag() method? So we > can set variables that exist in the scope of that tag? It might be > kind of dangerous to allow the whole JellyContext in there, so what > about a JellyContextProxy that only gives access to > getVariable(String) and setVariable(String, Object) ? > > > Todd Trimmer > ForwardSourceID:NT0009C1E2 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
