On Tue, 01 Jul 2008, Manuel Corrales wrote: > Hi, i have a table and a couple of pagination controls (links). Is there a > way of duplicate this links (i want the controls to be on top and bottom of > the table) without having to add two times the same links on the page and > without having to use different wicket:id for each link?
Are you using your own components for these things, or some ready-made Wicket DataTables or such? I think that if you group the controls in their own component (WebMarkupContainer) you should be fine adding that twice with different ids, without the need to invent different wicket:id for each link. Best wishes, Timo -- Timo Rantalaiho Reaktor Innovations Oy <URL: http://www.ri.fi/ > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
