How can I jump in breadcrumb hierarchy. Say I have some thing like
Home/Schedules/Events & Home/Maintenance Schedules/Downtimes I want to be able to jump to any of these breadcrumb links from any where. For that I have a Page with 2 divs. One div contains BreadcrumbPanelLinks to each of the panels above, and the second div contains the actual BC bar + Panel. But this doesn't work as expected. e.g. say I am at Home/Schedules/Events and I click on a BCLink to Mainteance Schedules, then my BC Bar shows Home/Schedules/Events/Maintenance Schedules rather than Home/Maintenance Schedules Is there no way to Jump between BC panels, while still retaining the proper hierarchy ? The BCLink constructor takes in a Caller panel, which in my case for Schedules and Maintenance Schedules is HomePanel . But even then clicking on a Maintenance Schedule BC Link from Home/Schedules/Events creates a hierarchy Home/Schedules/Events/Maintanance Schedules So what is the Caller panel component used for ? I thought that was the way to set up hierarchy ? thanks -- View this message in context: http://www.nabble.com/Jumping-in-Breadcrump-Hierarchy-tp16698592p16698592.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
