> > You probably still have to do:
> >
> > getRequestCycleSettings().setGatherExtendedBrowserInfo(true);
> >
> > in your application's init method.
> >
>
> I've do that already. However, I've my custom IRequestCycleFactory,
> may be I need to do something special for my IRequestCycleFactory?

Nope, unless you did overwrite wicket.RequestCycle#newClientInfo()
yourself or you didn't extend from WebRequestCycle or one of it's
subclasses (unlikely).

You could try to track what happens by setting break points in
WebRequestCycle#newClientInfo() and
BrowserInfoPage$PostBackForm#onSubmit.

Eelco

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to