我有一个留言板,上面有讨论。在讨论之后有一个按钮,单击该按钮,后端将发生Http POST-REDIRECT-GET,
而不是 http://localhost:8080/groups/-/m/t/1112511
Liferay代码:
<portlet:actionURL var="subscribeURL">
<portlet:param name="struts_action" value="/message_boards/edit_message"/>
<portlet:param name="<%= Constants.CMD %>" value="<%= Constants.SUBSCRIBE %>" />
<portlet:param name="redirect" value="<%= currentURL %>" />
<portlet:param name="messageId" value=" <%=String.valueOf(message.getMessageId()) %>" />
</portlet:actionURL>
其中currentURL = themeDisplay.getURLCurrent();