Thanks Kautuk for the thorough reply.Sorry I am still waiting on getting
a login here, so I can't try this stuff just yet.Q: What is the
advantage of overlay over extend? Docs say in Overlay you "Only redefine
what is actually required". Are there limits to this? From what I've
read, extend means you want most of the inherited functionality. So, for
example, if I have component (main.jsp, child.jsp), and main.jsp
includes child.jsp and I extend it to create myComponentA (“child.jsp”).
Will myCom...