Thanks,It works now.
I have googled,but I do not find the solution.
And I wonder why the spring reference does not tell the reader this point?
Type: Posts; User: apachemaven; Keyword(s):
Thanks,It works now.
I have googled,but I do not find the solution.
And I wonder why the spring reference does not tell the reader this point?
Note:
This is a cross post at stackoverflow,since I do not get any answer,so I post it here.
I am new in spring mvc3,and I am trying to create a simple project to get close to spring mvc3.
Now...
I am the guy who post this thread.
I have solved this problem, and I can get the init parameters from the above ,however I meet other requirement and I have use google search engine, I have no idea....
Hi;
I have a existed servlet and I want to use it in spring,so I wrap it to a controller by the "org.springframework.web.servlet.mvc.ServletWrappingController" using the following way:
<bean...
Thanks, I got it. :)
Thanks,this is just what I want.
However I found that ,the welcomelist in the web.xml doesnot work .
Here is the web.xml:http://dpaste.com/137372/
,and I use maven to manage my project, the...
Hi;
I just want to return a string to the client, I do have any jsp pages or other types of pages, how to do it in the controller?
public class SController implements Controller{
public...