Results 1 to 2 of 2

Thread: ModelAndView - adding to querystring

  1. #1
    Join Date
    Feb 2005
    Posts
    9

    Default ModelAndView - adding to querystring

    When returning a ModelAndView, is there a way to append a key value pair to the querystring?

    Thanks

  2. #2
    Join Date
    Mar 2005
    Location
    San Francisco, CA
    Posts
    114

    Default

    If your View is a redirect, the entries in the model will be appended as query parameters automatically. The values will be toString()'d and then URL encoded.

Similar Threads

  1. MethodSecurityInterceptor not working?
    By asarco in forum Security
    Replies: 14
    Last Post: Mar 31st, 2008, 09:59 AM
  2. RFE? Create fixed ModelAndView in XML
    By wangjammer5 in forum Container
    Replies: 4
    Last Post: Oct 5th, 2005, 09:07 AM
  3. stale Oracle processes
    By compostellas in forum Data
    Replies: 7
    Last Post: Jun 27th, 2005, 12:14 PM
  4. Replies: 8
    Last Post: Dec 7th, 2004, 06:13 PM
  5. Replies: 2
    Last Post: Sep 5th, 2004, 10:49 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
  •