Browser/Client info navigatorJavaEnabled property returns undefined

2016-05-25 Thread ravala
Hi, I was trying to use WebClientInfo to get browser information on the server, In the Ipad chrome when retrieving 'navigatorJavaEnabled' is returning 'undefined' instead of true/false. The problem is as 'undefined' is string but server is expecting boolean, leads to exception and causing

AW: Re: Re: Re: FormTester and IModel

2016-05-25 Thread hansheinrichbraun
excuse me by all this handycopying i lost the part you mentioned if you would have looked at the example i send you you would have seen that the instruction is : tester.executeBehavior ((AbstractAjaxBehavior) tester.getComponentFromLastRenderedPage("form:land").getBehaviors().get(0)); Von

Re: Generate css from less for package resources at runtime.

2016-05-25 Thread Lars Törner
Hi Martin, Bas and others! Unfortunately I got one crucial thing wrong when I described our scenario. "A less-variable (put in a separate file) gets a new value." This is not the case, the variable is changed in code and not in a file. This means that even though we have changed a less variable

Re: Generate css from less for package resources at runtime.

2016-05-25 Thread Bas Gooren
Lars, Martin, Sorry for hijacking this thread (sort of). Hmmm, I am 100% sure it was not working for us in a web app we currently have running. I just checked which version of wicket-bootstrap-less it uses (version 0.9.11), and that version already has the recursive check on the last-modified

Re: Re: Re: FormTester and IModel

2016-05-25 Thread Martin Grigorov
On Wed, May 25, 2016 at 10:20 AM, hansheinrichbraun < hansheinrichbr...@yahoo.de> wrote: > > I thought i did the trigger here : > > > > tester.getComponentFromLastRenderedPage("form:land").getBehaviors().get(0)); > This is just an execution of a getter. You need to

AW: Re: Re: FormTester and IModel

2016-05-25 Thread hansheinrichbraun
I thought i did the trigger here : tester.getComponentFromLastRenderedPage("form:land").getBehaviors().get(0)); Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Martin Grigorov Datum: 25.05.16 09:25 (GMT+01:00) An:

Re: Re: FormTester and IModel

2016-05-25 Thread Martin Grigorov
Hi, On Wed, May 25, 2016 at 7:42 AM, hansheinrichbraun < hansheinrichbr...@yahoo.de> wrote: > Excuse me i didn't communicate here for a long time so i am a little > unfamiliar how to describe my problem here. > > so i try to describe it here and send you once more the reduced > application > >