How can I reset the breadcrumb here:

add(new Button("nextButton")
            {
                @Override
                public void onSubmit()
                {
                    activate(new IBreadCrumbPanelFactory()
                    {
                        @Override
                        public BreadCrumbPanel create(String componentId,
                            IBreadCrumbModel breadCrumbModel)
                        {
return new FirstPanel(componentId, breadCrumbModel, input);
                        }
                    });
                }
            });

and here:

add(new BreadCrumbPanelLink("linkToFirst", this, FirstPanel.class));

and is it possible to show the breadcrumb without being a Link ?

Thanks in advance,
Heiner

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to