Re: JSF CDI code assist

2021-12-09 Thread Josh Juneau
Thanks for the message and sorry for the issues Jason. Along with the other suggestions that were mentioned, have you attempted to create a Maven project using Jakarta EE? I also had similar issues when trying Jakarta EE 9.1 (jakarta.*) namespace. However, I was using PrimeFaces 10, which I l

Re: JSF CDI code assist

2021-12-09 Thread Eric Bresie
Your not using the version with the new Jakarta namespace instead of the javaee namespace are you? Get Outlook for iOS From: Will Hartung Sent: Thursday, December 9, 2021 3:47:38 PM To: NetBeans Mailing List Subject: Re: JSF CDI code assis

Re: JSF CDI code assist

2021-12-09 Thread Will Hartung
On Mon, Dec 6, 2021 at 12:00 PM Jason Abreu wrote: > I have also created a sample web project using Ant and observe the same > behavior. With the new Jakarta EE, the code assist in JSP EL ("${...}") > and JSF EL ("#{...}") does not show any of my CDI beans, only a "No > suggestions" message. Th