Results 1 to 2 of 2

Thread: Does DispatcherServlet forward or redirect

  1. #1

    Default Does DispatcherServlet forward or redirect

    If a controller returns a non null ModelAndView back to the ServletDispatcher does it forward it or redirect. Ive looked in the code and the API docs cant find the answer. :?:

  2. #2

    Default

    It forwards, unless the view is a RedirectView.

Similar Threads

  1. Replies: 1
    Last Post: Oct 21st, 2005, 05:27 AM
  2. Replies: 3
    Last Post: Sep 22nd, 2005, 10:14 AM
  3. redirect: prefix and view resolver
    By sjivan in forum Web
    Replies: 2
    Last Post: Dec 20th, 2004, 03:28 PM
  4. The forward: feature
    By eisenb in forum Web
    Replies: 0
    Last Post: Dec 13th, 2004, 03:57 PM
  5. ForwardView?
    By jeje in forum Web
    Replies: 5
    Last Post: Oct 24th, 2004, 07:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •