nested fragments?

2010-02-26 Thread wic...@geofflancaster.com
is it possible to have nested fragments? does anyone have a code snippet they can share? when i try to add the new fragment to the existing fragment i get an error stating: WicketMessage: The component(s) below failed to render. A common problem is that you have added a component in code but

Re: nested fragments?

2010-02-26 Thread Igor Vaynberg
On Fri, Feb 26, 2010 at 8:12 AM, wic...@geofflancaster.com wrote: > is it possible to have nested fragments? > > does anyone have a code snippet they can share? maybe you can share more of your code -igor >when i try to add the new > fragment to the existing fragment i get a

Re: nested fragments?

2010-02-26 Thread wic...@geofflancaster.com
vaynb...@gmail.com Date: Fri, 26 Feb 2010 08:42:34 -0800 To: users@wicket.apache.org Subject: Re: nested fragments? On Fri, Feb 26, 2010 at 8:12 AM, wic...@geofflancaster.com wrote: > is it possible to have nested fragments? > > does anyone have a code snippet they can share? maybe you can

Re: nested fragments?

2010-02-26 Thread Igor Vaynberg
the code is incomplete, but im going to guess that it is this line: outerFragment.add(sampleTypeFragment); does that have a matching html placeholder? i also dont see any "nested" fragments, eg nested wicket:fragment tags, so this isnt about fragments. you are not nesting your