0

私のプログラムでは、1 つのポートレットから HTTP GET 経由でコントローラーにパラメーターとして数量を送信しています。パラメータに 10 進数値が含まれている場合、エラーが発生します。以下はコードです:

var link = '<%=themeDisplay.getPortalURL()%>' + '<%=ConfigUtil.getConfigValue("PRINT_PAGE")%>?type=' + type + '&contentId=' + id + '&quantity=' + quantity ;

window.open(link, '', "directories=0,height=480,left=80,location=1,menubar=1,resizable=1,scrollbars=yes,status=0,toolbar=0,top=180,width=760");

コードはサーバーにヒットせず、エラーは

2012-04-20 17:06:17,094 ERROR [com.liferay.portal.struts.PortletRequestProcessor] Forward does not exist
4

0 に答える 0