Hi, I run on wicket 1.3.5 and I'm having a strange issue. When I request a specific panel nothing comes to display however I get on the DEBUG messages that the panel ended the request for page and there aren't any errors being throwed in my app. The last page where I clicked is still on screen and from now on the links won't work and I will have to restart the navigation. The last DEBUG lines I have are these:
(I am deleting some client's informatio :) ) 12:31:51,664 DEBUG [btpool0-0] org.apache.wicket.Page 690298| [email protected] - ending request for page [Page class = some.package.SomePage, id = 14, version = 0, ajax = 4], request [method = POST, protocol = HTTP/1.1, requestURL = http://localhost:9090/someProject/, contentType = application/x-www-form-urlencoded; charset=UTF-8, contentLength = 2332, contextPath = /someProject, pathInfo = null, requestURI = /someProject/, servletPath = /, pathTranslated = null] Any ideas will be welcome :) Thanks
