Apologies for not checking the Omnifaces library previously. Omnifaces is NOT working...you are correct. I just tried to add that library and it is not recognizing it properly. I also do not believe that xmlns:h="jakarta.faces.html" works as it should with Jakarta EE 10. I do not believe that this is a blocker, but full Jakarta Faces functionality is incomplete without these working properly.
Thanks Josh Juneau juneau...@gmail.com http://jj-blogger.blogspot.com Apress Author <https://www.apress.com/us/search?query=juneau> On Wed, Feb 15, 2023 at 4:28 PM Geertjan Wielenga <geertjan.wiele...@googlemail.com.invalid> wrote: > What about omnifaces? > > Gj > > On Wed, 15 Feb 2023 at 23:26, Josh Juneau <juneau...@gmail.com> wrote: > > > To All, > > > > First, I want to thank everyone who has put forth efforts for the Jakarta > > EE support in Apache NetBeans. Jose Contreras, Gaurav Gupta, and others > > have put forth a lot of effort for this (and past) releases. > > > > I just tested and I have no issues with primefaces namespace on NB > 17-RC3. > > Below are the namespaces I have declared in my JSF view, and there are no > > errors: > > > > <html xmlns="http://www.w3.org/1999/xhtml" > > xmlns:h="http://xmlns.jcp.org/jsf/html" > > xmlns:p="http://primefaces.org/ui" > > xmlns:f="http://xmlns.jcp.org/jsf/core"> > > > > My suggestion is to create a new NetBeans workspace and start from > scratch > > to try and create a new project. Also, be sure you have added the > > primefaces dependency to your project: > > > > <dependency> > > <groupId>org.primefaces</groupId> > > <artifactId>primefaces</artifactId> > > <version>12.0.0</version> > > <classifier>jakarta</classifier> > > </dependency> > > > > Thanks for another great Apache NetBeans release. > > > > Josh Juneau > > juneau...@gmail.com > > http://jj-blogger.blogspot.com > > Apress Author <https://www.apress.com/us/search?query=juneau> > > > > > > > > On Wed, Feb 15, 2023 at 3:19 PM Matthias Bläsing > > <mblaes...@doppel-helix.eu.invalid> wrote: > > > > > Hi, > > > > > > Am Mittwoch, dem 15.02.2023 um 10:21 +0100 schrieb Geertjan Wielenga: > > > > OK, let’s prioritize for the next release and note as a known error > to > > be > > > > fixed ASAP since it blocks all usage of Java/Jakarta EE. > > > > > > this needs people adding support for the jackarta namespace. This might > > > or might not be hard. We need to see. > > > > > > I don't see this as a release blocker. > > > > > > The reason is, that Oracle dropped development of JavaEE and transfered > > > the source code to the Eclipse Foundation. Instead of doing the right > > > thing: Donate the naming rights to them to, they did the insane thing: > > > They donated the source code, but required the implementations to > > > switch package names and XSD namespaces. This is wrong on so many > > > levels.On that day a lot of cute kittens died an gruesome death. > > > > > > Greetings > > > > > > Matthias > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org > > > For additional commands, e-mail: dev-h...@netbeans.apache.org > > > > > > For further information about the NetBeans mailing lists, visit: > > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > > > > > > > > > > > > >