Upon further investigation,

I am using UrlCompressingWebRequestProcessor in my WicketApplication class.

    protected IRequestCycleProcessor newRequestCycleProcessor() {
        return new UrlCompressingWebRequestProcessor();
    }


If i have this, then try to send an "instance" of a page to the
tester.setStartPage

eg,
tester.setStartPage(new HomePage());

I get that stacktrace.

(i'm attaching a quickstart)
http://www.nabble.com/file/p16392631/20080331-test.tar.gz
20080331-test.tar.gz 

Am i doing something stupid?


igor.vaynberg wrote:
> 
> weird, we use that construct all over the place. eg see FormSubmitTest
> 
> -igor
> 
-- 
View this message in context: 
http://www.nabble.com/Best-method-of-testing-borders-tp16389412p16392631.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to