Tobias Bocanegra wrote: > > hi, once again this is display logic. the 'main' component script > knows that it needs to display > a header and a footer, so basically you do a: > > <sling:include componentId="footerComponent" content="footer" /> > > then the footer component will check if it actually has content, and > if not, it fetches it from the parent page or whatsoever. > Yepp, this would solve the use case as well - you're right. It is somehow more flexible than my template approach. And it doesn't require changes to the sling core. Hurray :)
Thanks Carsten -- Carsten Ziegeler [EMAIL PROTECTED]
