BreadcrumbPanel Form Model

2010-04-28 Thread Dr. Wolf Blecher
Hi everybody, For the last two days I'm stumbling around the following problem. I have a BreadCrumbPanel (UserEditPanel) and a form inside this panel. In the form there are two textfields (Name, ChristianName), a DropDownChoice (role), a link (Edit Roles) and two buttons (Save, Cancel). The idea

Re: BreadcrumbPanel Form Model

2010-04-28 Thread Dr. Wolf Blecher
I'm not quite sure if this is the perfect way of doing this, but here is a workaround: Instead of placing a BreadCrumbPanelLink, I placed a SubmitLink and in the onSubmit method I use the IBreadCrumbPanelFactory-Method to create the new BreadCrumbPanel. So the form gets submitted (which is needed