I have seen this sort of functionality used in DWR. The response is wrapped
in a class that writes to a local buffer instead of the response output
stream.

2009/6/10 Andreas Andreou <andy...@di.uoa.gr>

> I think i remember a Tapestry component in the wiki (not sure if it
> was T4 or T5) that would include a jsp
> in the current (tapestry) page -
> it basically did
> context.getRequestDispatcher( jspPath ).include(request, response)
>
> I'm not really sure if this still works + it would mean you'd use the
> taglib in that jsp
> which you then include through the component... also, if the taglib
> generates links,
> they'll probably not work
>
> On Wed, Jun 10, 2009 at 1:21 PM, Alfie
> Kirkpatrick<alfie.kirkpatr...@ioko.com> wrote:
> > Do people think this is possible and worth doing, or a complete
> > non-starter? We occasionally want to use products/libraries that come
> > with taglibs as their primary way of integrating functionality into
> > pages. For example, it might be a CMS product with taglibs to render
> > content + formatting into the page.
> >
> >
> >
> > Freemarker manages to do this but not looked at how. I wondered if
> > anyone else has tried this or thought more about it...
> >
> >
> >
> > Thanks!
> >
> > Alfie.
> >
> >
>
>
>
> --
> Andreas Andreou - andy...@apache.org - http://blog.andyhot.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to