Re: AjaxPagingNavigator give out strange error

2010-10-13 Thread btbluesky
The problem is I was using Eclipse's maven plug (m2eclipse?!) to manage the POM (I think it comes with WTP already). Its got the nice GUI, with the checkbox options of "include javadocs" and "include Sources". I didn't add it manually in the POM. Well, very good to know that it doesn't work prope

Re: AjaxPagingNavigator give out strange error

2010-10-12 Thread btbluesky
I finally found out what exactly the problem is. I used the quickstart to generate a new project from scratch. In my maven, I have wicket javadoc to be dependency. whenever that dependency is there. All the ajax calls failed in both jetty and tomcat (I setup both servers to test them), and spurrin

AjaxPagingNavigator give out strange error

2010-08-16 Thread btbluesky
I tried to use AjaxPagingNavigator in a simple page in Eclipse Helio with WTP (configured tomcat6). When debug, it just gives out a raw API page of ExceptionErrorPage with mismatched close tag error that reference the API page. Couple of other pages in the same app are working fine. I then tri