autoComplete intermittently not completing in RC2

UI Components for JSF
Post Reply
healeyb
Posts: 365
Joined: 07 Apr 2010, 16:05

22 Nov 2010, 20:32

Hi, I've got an autoComplete component that I've had working for 6 months
or so, and I just noticed that when running with RC2 it's fairly regularly,
but not always, showing the in-progress animated image on the right hand
side of the input component and never returning with the data. A page
refresh generally solves this. I am returning about 5000 rows of data
(just test data, no real reason for this) although this typically completes
instanteneously, or so it seems to the eye.

<p:autoComplete id="club"
value="#{bean.club}"
var="club" itemLabel="#{club.name}" itemValue="#{club}"
converter="SuperEntityConverter"
forceSelection="true"
minQueryLength="3"
selectListener="#{bean.enableInputSquad}"
onSelectUpdate="opanel"
completeMethod="#{bean.nameSearch}">
</p:autoComplete>

I had tested this with RC1 however I am using this page a lot today so it's
possible that the problem existed with RC1, but I don't think so.

Regards,
Brendan.

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 24 guests