Results 1 to 3 of 3

Thread: Anchors in RedirectViews?

  1. #1
    Join Date
    Oct 2004
    Location
    Munich, Germany
    Posts
    36

    Default Anchors in RedirectViews?

    Hello everyone,

    Is there any way to include an anchor in the URL which a RedirectView redirects to? If I just append the anchor to the URL attribute, any URL parameters are appended after the anchor which is incorrect (anchors come after the URL).

    There should be solutions for both configuring a RedirectView and for the shorthand "redirect:url" syntax.

    I have searched this forum, the mailing list, JIRA and the reference documentation. The word "anchor" does not even produce a hit. If no one has got any objections, I would enter a JIRA issue about this.

    Regards,

    Andreas

  2. #2
    Join Date
    Nov 2004
    Posts
    14

    Default

    I recently faced the same issue, and would also like to see this supported by Spring. The (rather hacky) workaround I used was to pass a parameter to the page that was then used to trigger a Javascript redirect to the anchor link.

  3. #3
    Join Date
    Oct 2004
    Posts
    151

    Default Re: Anchors in RedirectViews?

    Hi!

    Just fyi:

    There is a issue about this in jira, see http://opensource.atlassian.com/proj...browse/SPR-799


    -Kaj

Similar Threads

  1. Replies: 0
    Last Post: May 26th, 2005, 12:41 PM

Posting Permissions

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