[Wicket-user] I have problem with custom component

2007-05-12 Thread blackboy zabaha
Hi,     I'm trying to make a custom component. It shows list of items, usercan check the checkboxs then click delete buttonto delete all selected items, or can click add button to go to an add itempage.     At first I test it alone in a form, it work ok, but later when

Re: [Wicket-user] I have problem with custom component

2007-05-12 Thread Matej Knopp
One possible solution (for 1.2) is to call updateModel on each checkbox in your submit handler. For wicket 1.3, the solution would be much nicer. Just put a form in your component. Wicket 1.3 supports nested forms and if any button in the nested form (the one you place in your component) is