Re: Ajax DropDownChoice and null values

2009-10-09 Thread niaouli
://www.nabble.com/Ajax-DropDownChoice-and-null-values-tp16473687p25816039.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Ajax DropDownChoice and null values

2009-09-01 Thread niaouli
don't know if it is a bug or my mistake. Thanks for your advices. -- View this message in context: http://www.nabble.com/Ajax-DropDownChoice-and-null-values-tp16473687p25235882.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Ajax DropDownChoice and null values

2008-04-03 Thread Java Programmer
I added onError when Required failed, now works - closed: @Override protected void onError(AjaxRequestTarget target, RuntimeException e) { carPartsModel.setCarModel(null);