Override a methode calles something like "wantChangeNotificatoin" and meke it return true
Stefan -----Ursprüngliche Nachricht----- Von: Advanced Technology® [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 19. Dezember 2007 08:32 An: [email protected] Betreff: AjaxCheckBox not receiving onUpdate Event Hi, I have this code : final AjaxCheckBox bbcaucao = new AjaxCheckBox("bbcaucao") { protected void onUpdate(AjaxRequestTarget target) { System.out.println(new Date()); } }; The Date gets printed only if the checkbox is unchecked. Could someone give me some light. Thanks in Advance. AT(R) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
