Jesper Zedlitz-3 wrote: > > I agree to that. 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)? It works just great! The only important thing is that you have to declare (almost) all components in the page and component classes and just refer to them in the template (see post from Kris in the same thread).
Most of the examples in the documentation are without this wonderful feature :( Anyway, if you really want to build bigger T5 applications, you'll have to keep the components in the Java classes. The templates should be clean without any components. Jesper Zedlitz-3 wrote: > > Would be easier for mixed teams of programmers and webdesigners. > I know it is - we have this situation with external agencies designing our templates. -- Chris -- View this message in context: http://www.nabble.com/Writing-an-FAQ-for-Tapestry-5-tp15719185p15739812.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]