在链接href属性中将一些jsp url与bean参数组合后,我得到了错误的表示。这可能有什么问题?
以下是代码:
<form method="post" action="<c:url value="/rest/categories/add/category/to/${categoriesBean.currentCategoryKey}"/>">
<table>
<tr>
<td>Parent :</td>
<td id="parentKey"></td>
</tr>
<tr>
<td>Name :</td>
<td><input id="categoryName" type="text"/></td>
</tr>
</table>
</form>
附件是演示文稿:
答案 0 :(得分:2)
这样做......不知道jsp
但它是第1行唯一的引用问题
<form method="post" action='<c:url value="/rest/categories/add/category/to/${categoriesBean.currentCategoryKey}"/>'>