0

在我的程序中,我通过 HTTP GET 将数量作为参数从一个 portlet 发送到控制器。如果参数中有十进制值,则有错误。下面是代码:

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