-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?