Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-2769

Request + Ajax + Anchors

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Later
    • None
    • None
    • None

    Description

      Ajax requests can not be executed again usually by URL.

      I mean that if you change something in html then you can not just copy url and repeat that using url.
      But there is hack like anchor # or location.hash javascript. to make url like "http://localhost:8080/site/search?q=text#type=documents", instead of location.href, becuase it will be executed immediately.

      The main IDEA:

      Url with anchors will be sent to a server and if Wicket can use a correct parser to make pageParameters then you can take that parameter
      and repeat that html on a page that is necessarily.

      _______________________________________
      That works in PHP and other languages. But in Java implementations of Servers - I could not find the way to get anchors parameters only an query string.

      So
      1. Am I wrong that Java Web Servers can not do it?
      2. I am right that need to correct Tomcat or another java web server.
      3. If WebServer can do that Wicket sould be correct to get Anchor parameters from somehwere or make Strategy to get request parameters (PageParameters)

      sorry if I send it to another place than I should.

      Attachments

        Activity

          People

            Unassigned Unassigned
            kadkaz Pashkin A.
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: