Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Mentioned new URL return value for Ajax requests, which Kalle just committed

...

In the case of an Ajax request to update a zone, the component event handler will return the new zone body, typically via an injected component or block.

Starting in Tapestry 5.4, an Ajax event handler may alternatively return a java.net.URL, in which case a redirect for that URL will be sent to the client.

See Page Navigation for other return values.

...