The mailing list must have stripped the image, perhaps you can send it to me directly?
I see the same thing in CoolBeans 2019.06 and NetBeans 11.1 if I go to Project Properties | Frameworks and press 'Add...': Spring Web MVC / JavaServer Faces / Struts 1.3.10. --emi On Thu, Oct 3, 2019 at 4:11 PM Paul "TheSlimDude" Morris <[email protected]> wrote: > > I'm afraid so. I just confirmed on a second computer. > > --- > > Cheers, > > Slim > > > On 2019-10-02 16:50, Emilian Bold wrote: > > 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 <[email protected]> > 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, [email protected] 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 >> >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
