From: Brian G. <br...@qu...> - 2003-07-23 08:27:13
|
> Guys how about we get a vote going on the ContextTool issue. WAY premature. > Sure we need context-aware template variables, but this should probably be > done another way - i.e. in Context.put we do: > > if (o instanceof ContextAware) > ((ContextAware)o).init( this); No, this is making everyone pay for a feature that only .01% of variables will use. > Either way, ContextTools seem unnecessary. The primary benefit to context tools is that they are _automatically_ available. This seems a good thing. |