我遇到了grails liferay-plugin的问题:
localhost_liferay_portlet_WEB_INF_grails_app_views_test_view_gsp: 17: expecting anything but ''\n''; got it anyway @ line 17, column 170.
1 error
这是gsp:
<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet" %>
<div>
<h1>View Page</h1>
The map returned by renderView is passed in. Value of mykey: ${mykey}
<form action="${portletResponse.createActionURL()">
<input type="submit" value="Submit"/>
</form>
</div>
有人能给我任何线索吗? 谢谢, 米格尔
答案 0 :(得分:0)
不确定它是否仅仅是您帖子中的转义问题,但是您在createActionURL()之后的表单操作中错过了正确的“}”。