Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: minor spelling, grammar

...

  • First, check if 'tapestry.js' is present in the head part of your resulting HTML page.
  • If you have set the tapestry.combine-scripts configuration symbol to true, Tapestry generates one single URL to retrieve all the JS files. Sometimes, this can produce long URL URLs that browsers are not able to retrieve.
  • If you have included jQuery in conjunction with Tapestry prototype, that should generate conflict with prototype's '$' selector. In this case, i encourage you to should put jQuery on top of the stack and turn on the jQuery.noConflict mode
  • Also, if you have included a custom or third-party JS library on top of the stack that causes the Javascript parsing to fail, then check the javascript syntax in those scriptthat library.
  • If you have used a tool to minimize your javascript libraries, this can lead to javascript syntax errors, so check if it works with all the javascript files unpacked.