Maybe http://wiki.apache.org/tapestry/Tapestry5HowToCreateASimpleGraphComponent
is an example that can be adapted to what you need.

> So, from a different perspective, what I really want in my page is somethin 
> like
> Object onRender()
> {
>   StreamResponse = ...
>   <blah/>
>   return streamResponse;
> }

Instead of onRender(), use onActivate(). ;)

-- 
Thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to