Versions Compared

Key

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

...

Only component classes should go in the Tapestry-controlled packages (pages, components, mixins and base under your application's root package). By convention, simple data objects should go in a data package, and Hibernate entities should go in an entities package.

Note

This is likely a bit different in 5.3 than in 5.2 (because 5.3 builds a very different constructor into the component) and needs to be tested in 5.3 to see what exact exception will occur.

I get an error about "Page did not generate any markup when rendered." but I have a template, what happened?

...