Re: Wicket 6: Using AutoCompleteBehavior with other behaviors

2013-01-23 Thread james yong
is not seen in wicket 1.4: >>>> 1) When I select an item (e.g. USD) from the auto-suggest list using a >>>> mouse, the onchange event from behavior A is fired twice. The 1st >>>> onchange event is for 'U' and the 2nd onchange event is for 'USD&#

Re: Wicket 6: Using AutoCompleteBehavior with other behaviors

2013-01-21 Thread james yong
> Can I prevent the 1st onchange event from happening? >>> >>> 2) When I select an item (e.g. USD) from the auto-suggest list using the >>> Enter keypress, an onkeypress event is fired by behavior C. Can I >>> prevent >>> this onkeypress event from

Re: Wicket 6: Using AutoCompleteBehavior with other behaviors

2013-01-21 Thread Sven Meier
James -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-6-Using-AutoCompleteBehavior-with-other-behaviors-tp4655495p4655619.html Sent from the Users forum mailing list archive at Nabble.com. ---

Re: Wicket 6: Using AutoCompleteBehavior with other behaviors

2013-01-21 Thread james yong
'USD'. > Can I prevent the 1st onchange event from happening? > > 2) When I select an item (e.g. USD) from the auto-suggest list using the > Enter keypress, an onkeypress event is fired by behavior C. Can I prevent > this onkeypress event from happening? > > Regards

Re: Wicket 6: Using AutoCompleteBehavior with other behaviors

2013-01-18 Thread james yong
behavior C. Can I prevent >> this onkeypress event from happening? >> >> Regards, >> James Thanks. For problem 1, I have raised a JIRA issue, WICKET-4990 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-6-Using-AutoCompleteBeh

Re: Wicket 6: Using AutoCompleteBehavior with other behaviors

2013-01-17 Thread Sven Meier
t using the Enter keypress, an onkeypress event is fired by behavior C. Can I prevent this onkeypress event from happening? Regards, James -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-6-Using-AutoCompleteBehavior-with-other-behaviors-tp4655495.html

Wicket 6: Using AutoCompleteBehavior with other behaviors

2013-01-17 Thread james yong
, James -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-6-Using-AutoCompleteBehavior-with-other-behaviors-tp4655495.html Sent from the Users forum mailing list archive at Nabble.com. --