Using the My Oracle Support Portal (MOSC)

MOSC Banner

Trouble with ADF auto complete

edited Apr 12, 2012 2:49AM in Using the My Oracle Support Portal (MOSC) 1 commentAnswered
 We have a trouble with an ADF component of auto complete
When the user write the name, after digit some  characteres the system shows correctly, but we just can get the value with enter key.

We want  that it work also with click of mouse.

We are using this code, but the mouse click doesn't work, just with enter key:

<af:inputListOfValues label="Cliente" id="idClienteLov" autoSubmit="true" popupTitle="Busca de Clientes"
                                      searchDesc="Escolha um cliente" model="#{pageFlowScope.lovBean.clienteLOVModel}"
                                      columns="70"
                                      returnPopupDataValue="#{pageFlowScope.cadastroPedidoBean.clienteSelecionado}"
                                      converter="serviceDataConverter"
                                      value="#{pageFlowScope.cadastroPedidoBean.clienteSelecionado}"
                                      partialTriggers="cbLimpar dialogEmailNFE">
                    <af:autoSuggestBehavior maxSuggestedItems="7"
                                            suggestedItems="#{pageFlowScope.lovBean.clienteLOVModel.autoCompleteList}"/>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center