Search:

Type: Posts; User: apachemaven; Keyword(s):

Search: Search took 0.03 seconds.

  1. Thanks,It works now. I have googled,but I do...

    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?
  2. The handler mapping from the mvc:resource override other mappings which defined with

    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...
  3. I am the guy who post this thread. I have solved...

    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....
  4. how to do some initialize work when wrap a existing servlet to a controller

    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...
  5. Replies
    5
    Views
    1,195

    Thanks, I got it. :)

    Thanks, I got it. :)
  6. Replies
    5
    Views
    1,195

    Thanks,this is just what I want. However I...

    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...
  7. Replies
    5
    Views
    1,195

    Create a new ModelAndView

    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...
Results 1 to 7 of 7