Inserting large text directly into the output

2009-04-02 Thread Daniel Noll
Hi all. I have some amount of text which won't necessarily fit in memory (to be more precise, it normally does, but there is a requirement that it not be truncated, no matter what.) Additionally, our framework for this works more efficiently if we can avoid using a Reader, and write directly to

Re: upstream object changes

2009-04-02 Thread Raymond Auge
On Thu, 2009-04-02 at 09:44 -0700, Nathan Bubna wrote: > I'm confused; is $tags the HashMap in question? If so, > there's no add(String) method, only put(String,String). The operative word is probably "d'oh". Sorry for the noise... it's been a long week. -- Raymond Augé Senior Software Enginee

Re: upstream object changes

2009-04-02 Thread Nathan Bubna
On Thu, Apr 2, 2009 at 9:16 AM, Raymond Auge wrote: > Hey All, > > I need to push some details up the processing chain. If I inject an > object like a Map into the context, and from within VTL call "add(Object > o)" on it, shouldn't this change be visible from outside the context, > once execution

upstream object changes

2009-04-02 Thread Raymond Auge
Hey All, I need to push some details up the processing chain. If I inject an object like a Map into the context, and from within VTL call "add(Object o)" on it, shouldn't this change be visible from outside the context, once execution of the template is done? The use case is tagging. Our applicat