Re: JSF Pages from Entity Classes - PrimeFaces

2019-10-28 Thread Paul "TheSlimDude" Morris
Thanks, that did the trick! --- Cheers, Slim On 2019-10-28 01:06, Emilian Bold wrote: > Remove user dir (settings, etc): > > rm -r ~/Library/Application\ Support/NetBeans/11.1/ > > Remove cache: > > rm -r ~/Library/Caches/NetBeans/11.1/ > > And eventually re-download the binaries. > > --

Re: JSF Pages from Entity Classes - PrimeFaces

2019-10-27 Thread Emilian Bold
Remove user dir (settings, etc): rm -r ~/Library/Application\ Support/NetBeans/11.1/ Remove cache: rm -r ~/Library/Caches/NetBeans/11.1/ And eventually re-download the binaries. --emi On Sun, Oct 27, 2019 at 11:34 PM Slim Dude wrote: > > Something is messed up with my installation on my Mac

Re: JSF Pages from Entity Classes - PrimeFaces

2019-10-27 Thread Slim Dude
Something is messed up with my installation on my Mac because I just installed on my Window computer from work and the option is there. What is the recommended way to remove Apache NetBeans completely from a Mac? I think I need to start again fresh. Cheers, Slim > On Oct 27, 2019, at 12:54

Re: JSF Pages from Entity Classes - PrimeFaces

2019-10-27 Thread Slim Dude
The Template Manager shows that the templates for PrimeFaces are actually there. There’s just no way to select them or make use of them. Seems like a minor bug. Cheers, Slim > On Oct 27, 2019, at 11:03 AM, Slim Dude wrote: > > I’m trying to use the JSF Pages from Entity Classes wizard for a

JSF Pages from Entity Classes - PrimeFaces

2019-10-27 Thread Slim Dude
I’m trying to use the JSF Pages from Entity Classes wizard for a new web application project. On page 3 of the wizard there is a dropdown to Choose Templates. If I correctly recall, in 8.2 you could select PrimeFaces. But in 11.1 he dropdown only has one choice, Standard JavaServer Faces. Is the