Results 1 to 3 of 3

Thread: How to return to an anchor on the webpage from a Controller

  1. #1
    Join Date
    Oct 2004
    Posts
    151

    Default How to return to an anchor on the webpage from a Controller

    Hi!

    We have a controller which implements Controller.

    Sometimes we want to jump to an anchor on the page that is returned to the user from handleRequest.

    The pages contains a form-elements. Depending on which button is used to submit the form, a corresponding anchor should be added to the url.

    Today we return new ModelAndView(view, root)

    Thank you in advance for any input on how to jump to an anchor!


    -Kaj

  2. #2
    Join Date
    Oct 2004
    Location
    Atlanta, GA
    Posts
    38

    Default

    Check out the discussion here. It looks like an enhancement request has been added so that it will be addressed.

  3. #3
    Join Date
    Oct 2004
    Posts
    151

    Default

    Quote Originally Posted by dadams
    Check out the discussion here. It looks like an enhancement request has been added so that it will be addressed.
    Thanks for answering! I saw this postings (see my comment at the end of the thread ;-)

    I guess a javascript hack might be the solution, but just wanted to check if there was a serverside solution first.


    -Kaj

Similar Threads

  1. LDAPPasswordAuthenticationDao problem
    By benoit_m35 in forum Security
    Replies: 15
    Last Post: Jan 11th, 2006, 07:04 AM
  2. Replies: 7
    Last Post: Aug 18th, 2005, 02:41 PM
  3. Replies: 1
    Last Post: Aug 12th, 2005, 06:32 PM
  4. Odd behaviour when injecting TransactionTemplate
    By damon311 in forum Container
    Replies: 3
    Last Post: Jul 23rd, 2005, 11:21 AM
  5. Replies: 0
    Last Post: Jun 6th, 2005, 09:23 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
  •