Re: MarkupContainer rendering without children

2014-09-19 Thread Thibault Kruse
bump, any opinion? Should I open a JIRA? On Tue, Sep 16, 2014 at 4:02 PM, Thibault Kruse tibokr...@googlemail.com wrote: Hi, is it intentional that if a class directly extends MarkupContainer, but does not have any children, then its associated markup is not rendered? When using public

Re: MarkupContainer rendering without children

2014-09-19 Thread Sven Meier
Hi, a MarkupContainer does not load additional markup, it just uses the markup of its parent. I'm not sure about the terminology, but IMHO a MarkupContainer does not have an 'associated' markup. Just putting an HTML file beside your class won't change that. Sven On 09/19/2014 01:36 PM,

MarkupContainer rendering without children

2014-09-16 Thread Thibault Kruse
Hi, is it intentional that if a class directly extends MarkupContainer, but does not have any children, then its associated markup is not rendered? When using public class FooMarkupContainer extends MarkupContainer implements IMarkupCacheKeyProvider { public FooMarkupContainer(String id)