are you using the constructor with markupProvider to construct the fragment? the markupprovider should point to the component in whose markup the fragment is defined. so if a fragment is defined in some panel's markup that panel instance is the markup provider.

-Igor


On 5/31/06, Renaut, Jonathan E CTR DISA GIG-CS <[EMAIL PROTECTED]> wrote:

I am trying to use fragments to decorate a column in a DefaultDataTable to either build an external link, or display text.  I followed the Wicket QuickTour: Using Fragments example, although in a more complicated setting, and I keep getting a "Markup does not contain fragment with id:" error message.

I fear this is because the DefaultDataTable is inside a panel on the page, and the fragment is defined in a class that extends PropertyColumn and somehow the parent-child relationship has gotten confused.

Any suggestions?


Reply via email to