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的问题

猜你喜欢

转载自nmw02229.iteye.com/blog/1852157