request.getRealPath()的有关问题

request.getRealPath()的问题为什么在spring的SimpleFormController的publicModelAndViewonSubmit(HttpSer

request.getRealPath()的问题
为什么在
spring的SimpleFormController

public   ModelAndView   onSubmit(HttpServletRequest   request,
HttpServletResponse   response,   Object   command,   BindException   errors)

request.getRealPath( "/images ");无法使用呀?

images为webroot下的目录.


[解决办法]
//。。。