1

I am trying to implement autocomplete in primefaces mobile. I've made the test for primefaces, it works fine, under hypothesis autocompletion in primefaces mobile has the same underlying principals as that of primefaces, here's the code that should do the trick :

<h:form>
        <p:autoComplete  completeMethod="#{someBean.complete}"/>
</h:form>

I am using primefaces mobile 0.9.4, in the mobile showcases they have PrimeFacesMobile-0.9.5-SNAPSHOT (which I can't download from here).

Is Autocomplete unusable in the my current version (primefaces-mobile-0.9.4)?

4

1 回答 1

2

尝试使用您提到的 SNAPSHOT 版本,这是 jar 的链接:http ://repository.primefaces.org/org/primefaces/primefaces-mobile/0.9.5-SNAPSHOT/

于 2013-06-16T18:27:38.923 回答