Re: Panel Inheritance with TransparentWebMarkupContainer

2012-08-18 Thread Martin Grigorov
Hi, TransparentWebMarkupContainer is a container which can be used when you don't want its children to know about it. For example you can use it to manipulate the attributes of html or body elements in a base page. This way the children pages can just do add(someOtherComponent) instead of

Panel Inheritance with TransparentWebMarkupContainer

2012-08-16 Thread brad steiner
Can you please elaborate on the use of TransparentWebMarkupContainer in 1.5 for use with Panel inheritance? I have a page with tabbed panels, each of which has its own left nav. Each panel subclass thus inherits from the base class / markup where the corresponding left nav is defined. When I