2012-12-06 4 views

답변

2

이처럼 수행 jsp 인식하지하지만 1 행에 유일한 따옴표 문제입니다 : 첨부

<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> 

프레젠테이션입니다 : 여기

코드입니다

<form method="post" action='<c:url value="/rest/categories/add/category/to/${categoriesBean.currentCategoryKey}"/>'‌​> 
+0

아니요 컴파일/작동하지 않는 것 같습니다. –

+0

@ArsenAlexanyan 당신은 후자의 것을 제거하려고 했습니까? –

+1

else'action = ''> ' –

관련 문제