我正在使用Spring Famework,JSP,Rest服务,JQuery Ajax
我的问题是,我无法在JSP页面上使用restAPI响应。情况是当我使用时
<definition name="search" extends="template">
<put-attribute name="title" value="Some value" />
<put-attribute name="body" value="/WEB-INF/jsp/search.jsp" />
</definition>
只有使用才能访问页面
JQuery Ajax是这样的:
$(document).ready(function(){
alert();
$.ajax({
type : 'GET',
url : 'http://localhost:8080/b2b/itemCategory/readAll',
success : function(itemCategory){
console.log('success', itemCategory);}
})
});
似乎您没有与tileviewResolver一起声明interalviewResolver(jstl视图)