Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add FAQ section

...

At ajax.js you may see the currently available JavaScript unit tests that we have for the Ajax functionality in wicket-ajax.js

FAQ

How to check whether my custom version of the backing JavaScript library (jQuery) doesn't break Wicket internals somehow ?

  1. Clone Wicket from its Git repository
    git clone http://git-wip-us.apache.org/repos/asf/wicket.gitImage Added
  1. Open wicket-core/src/test/js/all.html and change it to point to your version of the backing library.
  1. Run the non-Ajax tests by opening _file:///path/to/wicket/wicket-core/src/test/js/all.html_Image Added
  1. To run the Ajax tests see the description at the top of wicket-core/src/test/js/ajax.js. It is required to run them through Web Server