Reported as https://issues.apache.org/jira/browse/NETBEANS-3199

--emi

On Fri, Oct 4, 2019 at 4:00 PM Emilian Bold <[email protected]> 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 time you add the JavaServer Faces Framework it
> scans for the registered libraries and in that case it shows nothing
> in the Components tab.
>
> I do see a particular warning on Windows only (not on macOS) in the
> Frameworks panel: "The project does not have the target server setup
> properly. It is highly recommended that you set the target server
> *before* adding the JavaServer Faces framework".
>
> So, if I go to Run and just select something from the Server popup
> (including 'No Server Selected') it seems that the Components tab
> works.
>
> This seems related to https://netbeans.org/bugzilla/show_bug.cgi?id=175130 and
> https://netbeans.org/bugzilla/show_bug.cgi?id=231242
>
> Might also be slightly related to AdoptOpenJDK 11.0.3+7.
>
> --emi
>
> On Thu, Oct 3, 2019 at 8:01 PM Emilian Bold <[email protected]> wrote:
> >
> > 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

Reply via email to