Re: Missing JSF Components in 11.1

2019-10-04 Thread Emilian Bold
Reported as https://issues.apache.org/jira/browse/NETBEANS-3199 --emi On Fri, Oct 4, 2019 at 4:00 PM Emilian Bold wrote: > > [sending this to mailing list] > > I could reproduce the bug on a Windows machine with NetBeans 11.1 too. > I could not reproduce it on macOS. > > It seems that the 1st

Re: Missing JSF Components in 11.1

2019-10-04 Thread Emilian Bold
[sending this to mailing list] I could reproduce the bug on a Windows machine with NetBeans 11.1 too. I could not reproduce it on macOS. It seems that the 1st time you add the JavaServer Faces Framework it scans for the registered libraries and in that case it shows nothing in the Components

Re: Missing JSF Components in 11.1

2019-10-03 Thread Emilian Bold
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

Re: Missing JSF Components in 11.1

2019-10-03 Thread Paul "TheSlimDude" Morris
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

Re: Missing JSF Components in 11.1

2019-10-02 Thread Emilian Bold
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 wrote: > Actually, I was mistaken. The missing components are not actually missing > in NB11.1. They're just not there in CoolBeans.

Re: Missing JSF Components in 11.1

2019-10-02 Thread Neil C Smith
On Wed, 2 Oct 2019 at 18:26, Paul "TheSlimDude" Morris wrote: > > Actually, I was mistaken. The missing components are not actually missing in > NB11.1. They're just not there in CoolBeans. FYI: EML Always pays to try the upstream release! ;-) Best wishes, Neil

Re: Missing JSF Components in 11.1

2019-10-02 Thread Paul "TheSlimDude" Morris
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-

Re: Missing JSF Components in 11.1

2019-10-02 Thread Paul "TheSlimDude" Morris
While this is true, it does not give you a starting Primefaces index page. Also, if this is the way NetBeans is to handle it going forward, why have the empty tab in the dialog at all? It seems like a bug to me. Certainly a change from how I have been building JSF/Primefaces web applications since

Re: Missing JSF Components in 11.1

2019-10-01 Thread James Ostrowick
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 org.primefaces primefaces 7.0 Then in each xhtml page you just need:

Missing JSF Components in 11.1

2019-10-01 Thread slim
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,