Wonderful, works perfectly, thanks! Jonathan
On Tue, Mar 1, 2022 at 1:36 PM Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, Mar 1, 2022 at 1:44 AM Jonathan Meijer <jonny.mei...@gmail.com> > wrote: > > > Hi, > > > > Hello! > > > > In my tapestry app, in some cases, I want the HTML to be entirely > generated > > without Tapestry's intervention. > > > > As Volker mentioned, your page should have an onActivate() method that > returns a StreamResponse (maybe a TextStreamResponse if the context is > text) instance which wraps the content you want returned. The page wouldn't > have a template at all. That's a completely normal thing to do using this > framework. > > -- > Thiago >