Re: Rendering a component programmatically

2016-05-04 Thread Casey Link
Holy crap! This is exactly what I needed, and it just works. If I could suggest adding the keyword "programmatically" to those docs, as I searched extensively and didn't find it. Thanks for the incredibly fast response. Casey Link Outskirts Labs { https://outskirtslabs.com } Technology for

Re: Rendering a component programmatically

2016-05-04 Thread Thiago H de Paula Figueiredo
On Wed, 04 May 2016 14:54:03 -0300, Casey Link wrote: Hi folks, Hi! This is probably a long shot, but is it possible to render a component (and its template) to DOM and eventually a String of markup? Yes! Use the PartialTemplateRenderer service:

Rendering a component programmatically

2016-05-04 Thread Casey Link
Hi folks, This is probably a long shot, but is it possible to render a component (and its template) to DOM and eventually a String of markup? I'm using the DataTables component from tapestry5-jquery [0] in ajax mode. For the most part it uses standard tapestry elements (BeanModel,