Re: [Stripes-users] Streaming layouts (again)

2010-10-06 Thread Ben Gunter
I forgot to mention that one or more of the layout tags used to extend BodyTagSupport but now only extends TagSupport. That means that JSPs that use the layout tags will need to be recompiled. Otherwise, you'll get some nasty errors. -Ben On Tue, Oct 5, 2010 at 8:34 PM, Joaquin Valdez wrote: > T

Re: [Stripes-users] Streaming layouts (again)

2010-10-05 Thread Joaquin Valdez
Thank you for the great explanation. I will run a few tested tonight. On Oct 5, 2010, at 5:28 PM, Ben Gunter wrote: > The layout tags in 1.5.3 and earlier buffer virtually everything in memory > before dumping it all out at once. I've modified the tags to stream directly > to output instead, b

Re: [Stripes-users] Streaming layouts (again)

2010-10-05 Thread Ben Gunter
The layout tags in 1.5.3 and earlier buffer virtually everything in memory before dumping it all out at once. I've modified the tags to stream directly to output instead, but it required a major overhaul so I'd like to have it tested thoroughly before I release 1.5.4. From the perspective of the St

Re: [Stripes-users] Streaming layouts (again)

2010-10-05 Thread Joaquin Valdez
Hello! Would love to help test, but first what are Streaming Layouts? Joaquin On Oct 5, 2010, at 3:11 PM, Stephen Nelson wrote: > > On 29 Sep 2010, at 20:40, Ben Gunter wrote: > >> I believe I finally have the streaming layout code working. I'm asking *all* >> of you to get the latest snap

Re: [Stripes-users] Streaming layouts (again)

2010-10-05 Thread Stephen Nelson
On 29 Sep 2010, at 20:40, Ben Gunter wrote: > I believe I finally have the streaming layout code working. I'm asking *all* > of you to get the latest snapshot from the Sonatype snapshots repo and try it > out. If you see any problems with what it outputs, please let me know on this > thread. T

[Stripes-users] Streaming layouts (again)

2010-09-29 Thread Ben Gunter
I believe I finally have the streaming layout code working. I'm asking *all* of you to get the latest snapshot from the Sonatype snapshots repo and try it out. If you see any problems with what it outputs, please let me know on this thread. There will be minor differences, mostly extra whitespace t