Hi, Below is a source code of a component that renders:
I'd like to do now is, a component that can render multiple tags like: < div> < span style="s1">text 1<br/> < span style="s2">text 2 < /div> any idea how to achieve this? Thanks, boolean beginRender(MarkupWriter writer) { writer.element("img", "src", fullPath); writer.end(); return false; // don't render body } -- View this message in context: http://www.nabble.com/t5%3A-component-render-multiple-elements--tp24766406p24766406.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org