BeanLocator has not been set

ERROR [jsp:154] com.liferay.portal.kernel.bean.BeanLocatorException: BeanLocator has not been set


解决方案:
在web.xml中配置
<listener>
<listener-class>com.liferay.portal.kernel.spring.context.PortletContextLoaderListener</listener-class>
</listener>
可以解决Beanlocator为null的问题

你可能感兴趣的:(null,liferay,BeanLocator)