java - LiferayDispatcherPortlet - what is name of class? -
java - LiferayDispatcherPortlet - what is name of class? -
i have in portlet.xml:
<portlet-class>org.springframework.web.portlet.dispatcherportlet</portlet-class>
and want utilize liferaydispatcherportlet, but
<portlet-class>org.springframework.web.portlet.liferaydispatcherportlet</portlet-class>
is wrong, how correct?
there no dispatcher class in liferay. need pass com.liferay.util.bridges.mvc.mvcportlet class in portlet. or can create controller extend above class, , pass qualified name of class in portlet tag. hope helps you
java liferay
Comments
Post a Comment