You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Angelo Chen <an...@yahoo.com.hk> on 2007/10/25 15:41:54 UTC

T5: rendering a layout component in code

Hi,

I have a layout component that serves as the basic framework of my
application, now I'd like to render it in code , example, I'd like to
enclose "< a href=>Thanks you, click here to go back " in the layout's body
and the result can be returned to the browser thru return new
TextStreamResponse("text/html",   rslt);
possible?

A.C.

html xmlns:t="...">
<head>
</head>
<body>
 	<t:body />
</body>
</html>
-- 
View this message in context: http://www.nabble.com/T5%3A-rendering-a-layout-component-in-code-tf4690966.html#a13407065
Sent from the Tapestry - User mailing list archive at Nabble.com.


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