The method says "Java", not "JavaScript".
The page that extracts the extra info uses JavaScript to do that, so
it is enabled.

2012/3/31 Andre Schütz <wic...@faustas.de>:
> 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 <wic...@faustas.de>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to