After combining some jsp url with bean parameter inside the link href attribute I am getting wrong representation. What can be wrong here?
Here is the code:
<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>
Attached is the presentation:

Do it like this…not aware of
jspbut it’s the only quotes issue on line 1