You can do this with tapestry using a 'layout' component see - http://tapestry.apache.org/tapestry5.1/guide/layout.html for a guide. You simply put your customers HTML in that component. Tapestry will write additional things into the header (e.g. your CSS and javascript) as required.
Ben Gidley www.gidley.co.uk b...@gidley.co.uk 2009/6/29 Vjeran Marcinko <vjeran.marci...@email.t-com.hr> > Hi, > > I think I already know the answer, but I just want to be sure. > Looking at some non-Tapestry web applications in my company, some of them > are deployed in environments where customer's header and footer have to be > included in application's web layout. This is not the case where customer's > web portal includes my application inside some "iframe", but they provide > header as HTML portion that contains starting tags such as > <html>,<head>,<body> and some content. Likewise, footer contains ending tags > (</html> etc..) and content. And I have to include them at start and end of > my web application. > > Since Tapestry controls the whole page during processing, adding all kind > of stuff in its head or footer, I guess tapestry is not suitable for these > environments? > > Regards, > Vjeran > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >