0
我有一個portlet頁面:如何通過輸入文本值作爲門戶PARAM
<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %>
<portlet:defineObjects />
<portlet:resourceURL var="resourceUrl">
<portlet:param name="startDate" value="" />
</portlet:resourceURL>
<input id="startdateexportaging" type="text" />
<a style="font-size: 15px;" href="${resourceUrl}" >URL</a>
如何的startdateexportaging
內容通過爲門戶PARAMstartDate
點擊與resourceUrl
鏈接時?