I suppose you're using the breadcrumbs from the wicket-extensions as per this Wicket Library example: http://www.wicket-library.com/wicket-examples/breadcrumb
Then see the API for the getActive() method of the IBreadCrumbModel: http://ci.apache.org/projects/wicket/apidocs/6.0.x/org/apache/wicket/extensi ons/breadcrumb/IBreadCrumbModel.html#getActive() Try getting a hold to an IBreadCrumbModel reference and from your individual tab panel set the active participant. ~ Thank you, Paul Bors -----Original Message----- From: Vignesh Palanisamy [mailto:vign...@mcruncher.com] Sent: Wednesday, August 14, 2013 12:57 AM To: users@wicket.apache.org Subject: Breadcrumbs in TabbedPanel Hi all, Right now we are implementing Breadcrumbs in our project. And it works very fine in all panels without any issue. But ,while using the panel as TabbedPanel breadCrumbs didn't works. i don't know how to implement breadcrumbs in tabbedPanel. can anyone please help us. Thanks Vignesh Palanisamy --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org