Re: Check a checkbox when focus on a textbox

2008-11-21 Thread Swanthe Lindgren
You probably want to call your checker function on the onkeypressed event instead of the onfocus event. But none of this is the wicket way! With wicket you can use an AjaxFormComponentUpdatingBehavior(onkeypressed) on the text field which updates your model and rerender the checkbox.

Check a checkbox when focus on a textbox

2008-11-20 Thread vishy_sb
help will be greatly appreciated. Thanks a lot Cheers, vishy -- View this message in context: http://www.nabble.com/Check-a-checkbox-when-focus-on-a-textbox-tp20603583p20603583.html Sent from the Wicket - User mailing list archive at Nabble.com