Could this be related: https://issues.apache.org/jira/browse/WICKET-1434.
The behavior of startPage(Class) and startPage(Page) are currently not the
same in WicketTester.
Lars
On Mon, Mar 31, 2008 at 8:39 AM, Igor Vaynberg <[EMAIL PROTECTED]>
wrote:
> it might be just that wickettester doesnt work with the compressing
> url coding strategy. please file a bug and attach the quickstart to
> that.
>
> -igor
>
>
> On Sun, Mar 30, 2008 at 11:26 PM, Ned Collyer <[EMAIL PROTECTED]>
> wrote:
> >
> > 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]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>