分类: Java
2011-07-06 17:01:35
本人是初学者,按照书中的例子做了那个Login,但是出现了很多问题。
问题一、引入的包不正确
//import java.net.BindException;
//import org.springframework.web.portlet.ModelAndView;
//import org.springframework.web.portlet.mvc.SimpleFormController;
import org.springframework.validation.BindException;
import org.springframework.web.servlet.ModelAndView;
import org.springframework.web.servlet.mvc.SimpleFormController;
问题二:找不到login.do,路径问题。
====================================================