Christian Köberl wrote: >> With T4 it was possible to write complete HTML pages and >> only use the body-part for output. Is there a similar possibility with >> T5? >> > Do you mean Invisible Instrumentation (see > http://tapestry.apache.org/tapestry5/tapestry-core/guide/templates.html)? > I am not sure...
This is the T4 feature: <http://tapestry.apache.org/tapestry4/UsersGuide/template.html#template.directives.content> Is something like this possible with T5? <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> <head> <title>do not display this</title> <link href="style.css" media="all" rel="stylesheet" type="text/css" /> </head> <body t:type="layout" title="message:title.start"> Lorem ipsum dolor sit amet, consectetur, adipisci velit ... </body> </html> Jesper -- Jesper Zedlitz Dept. for Computer Science, CAU of Kiel Room 1108 Communication Systems Research Group Phone: +49-(0)431-880-7279 Christian-Albrechts-Platz 4 Fax: +49-(0)431-880-7615 24098 Kiel - Germany [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]