Autocomplete with '&' suggestion returns escaped '&'

UI Components for JSF
Post Reply
hrxjavadev
Posts: 4
Joined: 27 Mar 2014, 06:02

14 Apr 2014, 08:25

I wasn't able to find any posts relating to the Issue 6378 in the forums here.

https://code.google.com/p/primefaces/is ... il?id=6378

This is an issue where an '&' in the suggestions would be listed escaped as '&' . Which in turn would match for &, a, m, p;. See below images.

Has anyone else has workaround or a solution for this issue?

Any pointers would be greatly appreciated.

Image
Image
Image
Image
------------------------------------------------
Primefaces Elite 4.0.9
JSF 2
JBoss EAP 6.2 (Community 7.2)

bsanders1979
Posts: 69
Joined: 02 Jun 2013, 18:37

18 Apr 2014, 00:13

Sure have. Only drawback is that you lose the bolding. small price to pay if you ask me...

Code: Select all

<p:autoComplete
	itemLabel="#{foo.label}"
	itemValue="#{foo}"
	var="vendor"
>
	<p:column style="border:none">
		<p:outputLabel value="#{foo.label}" />
	</p:column>
</p:autoComplete>
PF 5.0
PF Ext 0.7.1
OmniFaces 1.7
Tomcat 7.0.37
JSF 2.1.24

hrxjavadev
Posts: 4
Joined: 27 Mar 2014, 06:02

16 Jul 2014, 09:56

Thanks for the suggestion. I will try it and comeback.
------------------------------------------------
Primefaces Elite 4.0.9
JSF 2
JBoss EAP 6.2 (Community 7.2)

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 55 guests