Page 1 of 1

Named Object: org.primefaces.component.RomaMenu not found.

Posted: 30 Jun 2021, 09:24
by quevaig
Hi,

I've made a spring boot application that works with Roma Layout.
When I run it into Eclipse it works perfect but when I package into a jar file and execute this file, login page works fine (with spring security), find my classes, but get an error:
"JSF1068: Cannot instantiate component with component-type org.primefaces.component.RomaMenu"
" Servlet.service() for servlet [FacesServlet] in context with path [] threw exception [javax.faces.FacesException: Expression Error: Named Object: org.primefaces.component.RomaMenu not found.]"
Any idea?

thanks

Re: Named Object: org.primefaces.component.RomaMenu not found.

Posted: 05 Jul 2021, 10:38
by siris
Hi,

Please add roma-*.jar files to your project lib folder. And try again please.

Best Regards,

Re: Named Object: org.primefaces.component.RomaMenu not found.

Posted: 31 Oct 2022, 11:12
by mert.sincan
Thanks @siris ;)