Re: Breadcrumb + previous button

2008-09-29 Thread Kmus
This is what I did to solve the issue: In "Panel C" class: // Return button. List crumbs = getBreadCrumbModel().allBreadCrumbParticipants(); IBreadCrumbParticipant p = null; for (Object obj : crumbs) { p = (IBreadCrumbParticipant) obj; if (p

Breadcrumb + previous button

2008-09-26 Thread Kmus
Hi, I'm working in an application that is using the Breadcrumb component and everything works as expected. Currently I'm trying to add a "previous/return" button in some of my modules to give the user a friendlier environment, but I don't know how to send the user to the previous panel and remov