Hi, I've tried to port http://wicket-rest.googlecode.com/svn to Wicket 1.5-RC4.2. That took some minor changes like the package that PageParameters is in, the way the HttpServletRequest is fetched and the onRender methods.
All compiles well. However, when I make a request in a browser for a URL like "http://localhost:8080/wicket-rest-example/person-api/xml", I get errors like this one: org.apache.wicket.markup.MarkupNotFoundException: Can not determine Markup. Component is not yet connected to a parent. [Page class = org.innobuilt.wicket.rest.example.pages.PersonXmlRestService, id = 2, render count = 1] When using Wicket 1.4.x, that all works fine. Does anyone have an idea what is going on? Cheers, Gerar -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-rest-and-Wicket-1-5-RC4-2-MarkupNotFoundException-Can-not-determine-Markup-tp3600779p3600779.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
