To all Wicket Users that may be having _javascript_ errors indicating 'Object Expected' from browser most times..please after you have done what you are expected to do..perform this simple check:
 
Look into your Web.xml and confirm that the context reference of the WicketServlet is /app/* and not /app
 
this gave me a lot of problems with all Ajax functionality in Wicket so dont fall into my former pit :)
 
Thanks

Reply via email to