Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The key point is that when a script makes an "Ajax request" (XHR), the server doesn't know it came from a script, and handles it like any other responserequest. One reason Ajax is so successful is that it works just fine with existing server technologies, including Struts.

...