primefaces autocomplete

UI Components for JSF
Post Reply
tamizharasi
Posts: 52
Joined: 26 Jun 2011, 22:18

14 Dec 2011, 02:23

Hi,

We are using primefaces autocomplete to display search results. It is working fine. But the issue is when the user gives the focus on the outside of the screen the autocomplete doesn't return the results.

Following is my auto complete code

<p:autoComplete id="autocomp" value="#{MyAccessShares.appName}"
completeMethod="#{MyAccessShares.complete}" var="app"
itemValue="#{app}" itemLabel="#{app}" forceSelection="true"
selectListener="#{MyAccessShares.invokeSelectListenerEvent}"
minQueryLength="4" onSelectUpdate="@form" queryDelay="750">



</p:autoComplete>

It is causing a major& critical issue in our project. Please let me know how to override this issue.


We are using primefaces 2.2 & JSF 2.0 with JBOSS 4.3

smithh032772
Posts: 6144
Joined: 10 Sep 2011, 21:10

14 Dec 2011, 07:13

1. search google for the following:

forum.primefaces.org autocomplete

2. see URL below and see if the behavior you're experiencing with p:autocomplete is mentioned in the post at the URL below.

viewtopic.php?f=3&t=16521

3. go to Issue Tracker, search for autocomplete (new or old issues), check to see if someone else already opened issue for the behavior you were experiencing, otherwise, open a new issue; Cagatay / Optimus.Prime will definitely respond within hours.

http://code.google.com/p/primefaces/issues/list
Howard

PrimeFaces 6.0, Extensions 6.0.0, Push (Atmosphere 2.4.0)
TomEE+ 1.7.4 (Tomcat 7.0.68), MyFaces Core 2.2.9, JDK8
JUEL 2.2.7 | OmniFaces | EclipseLink-JPA/Derby | Chrome

Java EE 6 Tutorial|NetBeans|Google|Stackoverflow|PrimeFaces|Apache

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 23 guests