|
[org.springframework.web.servlet.PageNotFound:1114] No mapping found for HTTP request with URI [/jnetiotxip/chat/imController.do] in DispatcherServlet with name 'springMvc'
jQuery.post("chat/imController.do?getUserid", {},
function (text) {
$.parseJSON( text );
alert(text);
id = text.substring(1,text.length-1);
});
|
|