>From the error message it seems there is no PersonXmlRestService.html around.
Please describe how wicket-rest actually works.

On Thu, Jun 16, 2011 at 1:55 AM, gerar <gerardp...@gmail.com> wrote:
> 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: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to