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: [email protected]
For additional commands, e-mail: [email protected]