HTTP Status 405 - HTTP method POST is not supported by this URL
出现这个问题,
1、在servlet中没有调用post()方法引起的
2、在serlvet中跳转没有用外跳(response.sendRedirect())
我的是因为第一种,是没有写dopost()方法
出现这个问题,
1、在servlet中没有调用post()方法引起的
2、在serlvet中跳转没有用外跳(response.sendRedirect())
我的是因为第一种,是没有写dopost()方法