-
6 Attachment(s)
Spring MVC
Hello
I am new Spring MVC and I try to write currentDate example and i have a problem:
this is a my Controller class
Attachment 1350
Tis is a My web.xml
Attachment 1351
this is a my spring-servlet.xml file
Attachment 1352
this is a my index.jsp file
Attachment 1353
this is a myexample.jsp file
Attachment 1354
when I run my server example.jsp does not works and i don't know why :D
Attachment 1355
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
-
Re: Spring MVC
I am beginner Spring mvs and If someone is willing to help me sometimes my skype is balubalubb and add me
-
Re: Spring MVC
Would muuuuuuuch rather have pasted code than a screenshot...
It is not very esay to copy-paste your code from a screenshot where I can bounce numbers around to see what is going on
-
Re: Spring MVC
I would suggest you to follow this in depth tutorial about Spring MVC:
Understanding Spring MVC with code samples
Hope that helps.