If I am storing an image in the database - and would like to display it in response to
<img src="images/get/01"/> I've implemented the following examples: http://wiki.apache.org/tapestry/Tapestry5HowToStreamAnExistingBinaryFile http://wiki.apache.org/tapestry/Tapestry5HowToCreateADynamicPDF and I've got that work fine with something like Object onActionFromX() { } but what about rendering this image inline? I think I would want to implement a render lifecycle method ... ? Does that sound correct? It seems that these all return boolean - http://tapestry.apache.org/tapestry5/guide/rendering.html - Am I'm looking for a render method that returns an Object - and stops the rest of the lifecycle? Thanks in advance, -Luther