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

Reply via email to