Re: Wicket-phonebook problem with cleaning fields in FilterToolbar

2008-08-22 Thread Łukasz Lipka
Can you show what did you change in your code that it start to work? Best regards Łukasz Lipkaa 2008/8/21 Kai Mutz [EMAIL PROTECTED] Clear button of FilterForm is set as defaultFormProcessing false by default. Change it to true. See

RE: Wicket-phonebook problem with cleaning fields in FilterToolbar

2008-08-22 Thread Kai Mütz
Lukasz Lipka mailto:[EMAIL PROTECTED] wrote: Can you show what did you change in your code that it start to work? Just clear.setDefaultFormProcessing(true); But this seems to be fixed in newer versions. So I have no clue what's the problem. Sorry, Kai

Re: Wicket-phonebook problem with cleaning fields in FilterToolbar

2008-08-21 Thread Łukasz Lipka
hi, thanks for answer , but I looked into 1.4Snaphot wicket source code and it's look correct, but it doesn't work in my case. Did you change something more ? public GoAndClearFilter(String id, FilterForm form, IModelString goModel, IModelString clearModel) { super(id,