What? But CoolBeans 2019.06 is built off the 11.1 branch! Which CoolBeans
version are you using?

--emi


On Wed, Oct 2, 2019 at 8:26 PM Paul "TheSlimDude" Morris <s...@slimdude.com>
wrote:

> Actually, I was mistaken. The missing components are not actually missing
> in NB11.1. They're just not there in CoolBeans. FYI: EML
> ---
>
> Cheers,
>
> Slim
>
>
> On 2019-10-02 00:02, James Ostrowick wrote:
>
> No, its not there, however, if you have a maven project its pretty easy to
> just add Primefaces- the IDE recognises the XHTML annotation.
>
> So just add to maven
>
>         <dependency>
>             <groupId>org.primefaces</groupId>
>             <artifactId>primefaces</artifactId>
>             <version>7.0</version>
>         </dependency>
>
> Then in each xhtml page you just need:
> xmlns:p="http://primefaces.org/ui";
>
> Then when adding components auto-complete works as below.
>
>
>
>
>
> On 01 Oct 2019, at 18:42, s...@slimdude.com wrote:
>
> Hi All,
>
> I apologize if this question has been asked and answered. Trying to build
> a JSF 2.3 web application using PrimeFaces and when I go into Project
> Properties - Frameworks to add JSF there are no components listed under the
> Components tab. Did I miss installing a plugin?
>
> Best regards,
>
> Paul "SlimDude" Morris
>
>
>
>

Reply via email to