在链接 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>
附上演示文稿: