Liferay 6.0.5 RenderURL页面跳转

应用场景:

 Portlet继承至com.liferay.util.bridges.mvc.MVCPortlet

 

RenderURL页面跳转:

 

<portlet:renderURL var="editBookURL">
<portlet:param name="jspPage" value="/html/bookportlet/edit.jsp"></portlet:param>
</portlet:renderURL>

<a href="<%=editBookURL%>">edit book</a>

你可能感兴趣的:(Liferay 6.0.5 RenderURL页面跳转)