Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: typos

...

Since
since5.3
Starting in release 5.3, Tapestry will throw an exception if the component identified for the event handler method doesn't exist in the containing component's template. This helps with prevent typos.

In the above example, the editDocument() method will be invoked when any event occurs in in the "edit" component (and has at least one context value).

...