Re: OnChangeAjaxBehavior only first time

2010-01-18 Thread Jeremy Thomerson
Do you mean the issue is that the onchange behavior is not called without taking the focus off of the textfield? If you want something that is going to work without taking focus off the textfield, hook into the onkeyup (or down) event instead. -- Jeremy Thomerson http://www.wickettraining.com

OnChangeAjaxBehavior only first time

2009-03-18 Thread Filippo De Luca
Hi, I have a panel MatchingPanel with a form and a result div: wicket:panel form wicket:id=form action=# div class=widget labelwicket:message key=form.userAgent[form.userAgent]/wicket:message/label input