Note that there are some explanatory texts on larger screens.

plurals
  1. POAutocomplete of primefaces not working with update version of primefaces jar .only with primefaces 2.0
    primarykey
    data
    text
    <p>My autocomplete tag is usable only with older version of primefaces 2.0 other than that if i add any jar with greater version it gives error on completeMethod attribute that it cannot find property (method i am using in completeMethod). I need to use upgraded version of primefaces as i need other newer tags of primefaces. Kindly give some help in this regard.</p> <p>Thanks</p> <p><strong>EDITED:</strong> here is the code :</p> <pre><code> &lt;tr&gt; &lt;td&gt;Current Education Level&lt;/td&gt; &lt;td&gt; &lt;h:panelGrid styleClass="text-box"&gt; &lt;p:autoComplete id="education" value="#{input.education}" completeMethod="#{input.getautocomplete}" var="a" itemLabel="#{a.Name}" itemValue="#{a}" converter="edConverter" forceSelection="true"/&gt; &lt;p:column&gt; #{a.Name} - #{a.id} &lt;/p:column&gt; &lt;/h:panelGrid&gt; &lt;/td&gt; &lt;/tr&gt; </code></pre> <p>this autocomplete works fine and gives results when using primefaces 2.0 but if jar is replaced by a newer version or version 3.4 it gives following error: <strong>javax.el.ELException: /WebPages/SearchPages/Search.xhtml: The class 'com.Bean.Service' does not have the property 'getautocomplete'.</strong></p> <p>the jars i put is in lib folder of WEBINF and using glassfish server 3.1.2. Namespace i add when using primefaces 2.0 is <strong>xmlns:p="http://primefaces.prime.com.tr/ui"</strong> and when using version 3.4 i replace it with <strong>xmlns:p=http://primefaces.org/ui</strong></p> <p>i dont know what can be the problem ,can it be problem with eclipse or Mojarra 2.1.6???</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload