hi guys! I have been a problem using WicktTester. When I run a simple test, wicket throws an exception because can't load the template html. But if I access page via browser, wicket works fine.
the source code: CustomerApplicationTest.java http://pastebin.com/tRJ9hNuk Example.java http://pastebin.com/CW8BDPYE ExampleTest.java http://pastebin.com/uBBRAcSW Example.html <html> <body> <input type="text" wicket:id="username" id="username"> </body> </html> Thanks!
