Igor Vaynberg <igor.vaynberg <at> gmail.com> writes: > > > > Yes. The markupProvider id that's passed into the fragment constructor pointsto the DefaultDataTable cell id - I'm using a class extending PropertyColumn and > implementing populateItem(Item item, String componentId, IModel model). I thencall item.add(new Fragment(componentId, fragmentId) where fragmentId is thewicket:id from the wicket:fragment that I want to use. > > so /no/ you are not using markupprovider param when defining the fragmenttry new Fragment(componentId, fragmentId, this)-Igor > > > > >
Ahh, I misunderstood you. You're right, I wasn't using the markupProvider, and you're also right that passing in "this" makes it work. Thanks very much. ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
