I forgot to say that implementing 

    @Override
    public void renderPage() {
        getResponse().write(getXML().toString());
    }
and 

    public IResourceStream getMarkupResourceStream(MarkupContainer
container, Class<?> containerClass) {
        return new StringResourceStream("");
    }

still didn't solve the problem since onBeforeRender and/or onInitialize are
not called. That is the place in wicket-rest where the payload data is
prepared depending on the HTTP method.

Cheers,

Gerard

--
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-tp3600779p3602855.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]

Reply via email to