Versions Compared

Key

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

...

  • "Production Mode" must be false (in Tapestry 5.3 and later)
  • The class must be one that Tapestry instantiates (a page, component, or mixin class, or a Tapestry IOC service implementation that implements an interface)
  • Turn on "Build Automatically" in your IDE, or remember to build manually.
  • Turn off JVM hot code swapping, if your servlet container supports it.
  • Eclipse: Uncheck the "derived" checkbox for the Target dir (in the Project Explorer view, right click on "target", select properties, unchecked uncheck "derived" on the Resource tab)

Some of these issues are described in more detail below.

...