Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added "Frequently Asked Questions" pseudo-section

...

Tapestry provides easy-to-use support for Ajax, the technique of using JavaScript to dynamically updating parts of a web page with content from the server without redrawing the whole page. But with Tapestry, you don't have to write any JavaScript code.

Ajax support is included in many built-in components and component mixins.

Zones

...

The show and update function names are converted to lower case; all the methods of Tapestry.ElementEffect should have all lower-case names. Because client-side JavaScript is so fluid (new methods may be added to existing objects), Tapestry makes no attempt to validate the function names ... however, if the names are not valid, then the default show and highlight methods will be used.

Coming Soon

...

Frequently Asked Questions

For examples of extending a Form with a Zone

...

and updating multiple zones at once, see the Ajax Components FAQ.

Anchor
autocomplete
autocomplete

...