bootsfaces

javax.faces.FacesException: Expression Error: Named Object: net.bootsfaces.layout.Well not found

南楼画角 提交于 2019-12-02 12:24:33
问题 I am trying to test a JSF 2.2 project with BootsFaces 0.7. The project is running like a charm on GlassFish 3 and PrimeFaces 5.2. But on the page where any tag is used from the BootsFaces libraray, like <b:well> , I get the following exception: javax.faces.FacesException: Expression Error: Named Object: net.bootsfaces.layout.Well not found How is this caused and how can I solve it? 回答1: Thanks to this answer , I finally found the solution to my issue: I had to put the boots faces jar file in

javax.faces.FacesException: Expression Error: Named Object: net.bootsfaces.layout.Well not found

Deadly 提交于 2019-12-02 04:10:14
I am trying to test a JSF 2.2 project with BootsFaces 0.7. The project is running like a charm on GlassFish 3 and PrimeFaces 5.2. But on the page where any tag is used from the BootsFaces libraray, like <b:well> , I get the following exception: javax.faces.FacesException: Expression Error: Named Object: net.bootsfaces.layout.Well not found How is this caused and how can I solve it? Hicham Thanks to this answer , I finally found the solution to my issue: I had to put the boots faces jar file in the /WEB-INF/lib directory. I will never get tired of saying it: Many thanks BalusC Update Oct 05,