リンクhref属性内でいくつかのjspurlを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>
添付されているのはプレゼンテーションです。