سؤال

I am able to make a new portlet, but when I change the class view.jsp no longer renders. No errors in my log.

How do I make a custom MVCPortlet display the standard view.jsp in liferay?

هل كانت مفيدة؟

المحلول

Have you modified the portlet-class in portlet.xml appropriately? If so, you need to call super.render(renderRequest, renderResponse); in your class's render method.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top