How to reference JSF managed beans which are provided in a JAR file?

前端 未结 3 1752
隐瞒了意图╮
隐瞒了意图╮ 2020-11-29 04:14

I have a WAR file with the following structure:

\"enter

The JSF managed bean <

3条回答
  •  庸人自扰
    2020-11-29 04:59

    In my opinion the class BusinessObjectTypeListController is founded properly but does not instantiated.

    How you create the instance of class on a view? If you use a BeanFactory review the config xml files

提交回复
热议问题