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

Reply via email to