开发者

ADF autoSuggestBehavior how to get select event?

开发者 https://www.devze.com 2023-04-01 05:15 出处:网络
I have an inputText with autoSuggestionBehavior on it. As I saw in开发者_开发技巧 the autoSuggestionBehavior\'s tag documentation, there\'s no way to get noticed that you picked something from the l

I have an inputText with autoSuggestionBehavior on it.

As I saw in开发者_开发技巧 the autoSuggestionBehavior's tag documentation, there's no way to get noticed that you picked something from the list. The only way you can do that is with a valueChangeListener on the inputText.

My HUGE problem is that the listener is called twice if I type only a fraction of the whole word I'm selecting.

Example: I type: Buc and then click on Bucharest from the suggested list, my Listener is called first for Buc and then again for Bucharest.

How can I know that after the first call with Buc I will have another call with Bucharest ?

I need this !!! With richfaces or icefaces things were normal, where did ADF got from the awsome idea to implement it like this ?

0

精彩评论

暂无评论...
验证码 换一张
取 消