This is for T3, but you might find it relevant:
http://www.tapestrycomponents.org/Tassel/app?service=direct/1/Search/viewComponent&sp=SrobertzInclude

Cheers,
Nick.


Mike Grundvig wrote:
Doh! That's the second time someone has suggested RenderBlock to me, but apparently I'm dense because I really can't see how that does what I need. If I make my original example JSP more sophisticated, how could render block do this?

<%
    String pageToInclude = "blah_" + request.getParameter("id") + ".html";
%>

<jsp:include page="<%=pageToInclude%>">

My understanding is that render block lets me put Blocks in the page that is using the template and the template itself will render that out inline. I don't see how I can pass another tapestry component name and the render block will render it. Please correct me if I'm mistaken. Thanks!

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to