Hello
I am new Spring MVC and I try to write currentDate example and i have a problem:
this is a my Controller class
Снимок.JPG
Tis is a My web.xml
Снимок1.JPG
this is a my spring-servlet.xml file
Снимок2.JPG
this is a my index.jsp file
Снимок4.JPG
this is a myexample.jsp file
Снимок7.JPG
when I run my server example.jsp does not works and i don't know why
Снимок0.JPG
DEBUG 2012-07-28 14:45:34,747 org.springframework.web.servlet.DispatcherServlet: DispatcherServlet with name 'spring' determining Last-Modified value for [/SpringMVCRundomData/forms/example.html]
DEBUG 2012-07-28 14:45:34,749 org.springframework.web.servlet.DispatcherServlet: No handler found in getLastModified
DEBUG 2012-07-28 14:45:34,759 org.springframework.web.servlet.DispatcherServlet: DispatcherServlet with name 'spring' processing GET request for [/SpringMVCRundomData/forms/example.html]
WARN 2012-07-28 14:45:34,762 org.springframework.web.servlet.DispatcherServlet: No mapping found for HTTP request with URI [/SpringMVCRundomData/forms/example.html] in DispatcherServlet with name 'spring'
DEBUG 2012-07-28 14:45:34,762 org.springframework.web.servlet.FrameworkServlet: Successfully completed request
DEBUG 2012-07-28 14:47:12,911 org.springframework.web.servlet.DispatcherServlet: DispatcherServlet with name 'spring' determining Last-Modified value for [/SpringMVCRundomData/forms/example.html]
DEBUG 2012-07-28 14:47:12,912 org.springframework.web.servlet.DispatcherServlet: No handler found in getLastModified
DEBUG 2012-07-28 14:47:12,912 org.springframework.web.servlet.DispatcherServlet: DispatcherServlet with name 'spring' processing GET request for [/SpringMVCRundomData/forms/example.html]
WARN 2012-07-28 14:47:12,912 org.springframework.web.servlet.DispatcherServlet: No mapping found for HTTP request with URI [/SpringMVCRundomData/forms/example.html] in DispatcherServlet with name 'spring'
DEBUG 2012-07-28 14:47:12,912 org.springframework.web.servlet.FrameworkServlet: Successfully completed request
DEBUG 2012-07-28 15:14:28,852 org.springframework.web.servlet.DispatcherServlet: DispatcherServlet with name 'spring' determining Last-Modified value for [/SpringMVCRundomData/forms/example.html]
DEBUG 2012-07-28 15:14:28,853 org.springframework.web.servlet.DispatcherServlet: No handler found in getLastModified
DEBUG 2012-07-28 15:14:28,853 org.springframework.web.servlet.DispatcherServlet: DispatcherServlet with name 'spring' processing GET request for [/SpringMVCRundomData/forms/example.html]
WARN 2012-07-28 15:14:28,853 org.springframework.web.servlet.DispatcherServlet: No mapping found for HTTP request with URI [/SpringMVCRundomData/forms/example.html] in DispatcherServlet with name 'spring'
DEBUG 2012-07-28 15:14:28,854 org.springframework.web.servlet.FrameworkServlet: Successfully completed request