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 ?

link|improve this question

80% accept rate
is your inputText autosubmitting? – Hyangelo Sep 1 '11 at 13:01
yeah, otherwise the ValueChangeListener doesn't get fired. – Cosmin Vacaroiu Sep 1 '11 at 14:58
I don't see a way out of this one. Selecting from the autoSuggest results will result in the inputText losing focus and auto submitting. – Hyangelo Sep 1 '11 at 15:44
yeah. maybe with some complicated javascript which doesn't worth bothering. why did oracle implemented like this ? – Cosmin Vacaroiu Sep 1 '11 at 17:29
now that's a funny story :D – FUD Sep 23 '11 at 5:12
show 2 more comments
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.