Hello,

I use wicket 1.5.4 or 1.5.5 with Opera and Firefox. I checked with
the following lines:

Application:
-------------
protected void init() {
  super.init();
  getRequestCycleSettings().setGatherExtendedBrowserInfo(true);
...
}

MyWebPage:
-------------
WebSession session = WebSession.get();
if (session.getClientInfo().getProperties().isJavaEnabled()) {
  System.out.println("enabled");
}
else {
  System.out.println("disabled");
}

With Opera 11.62 or Firefox 11 I always get "disabled". I checked the 
settings and Javascript is enabled in both browsers.

Additionally, I tried the website:
http://wicketstuff.org/wicket/hellobrowser/howdy

The same result. JavaEnabled = false.

Any ideas?

-- 
Andre Schütz <[email protected]>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to