Re: Inline-Bindings, Integer Values

2014-09-14 Thread Paul Hoadley
Hi Thomas, On 15 Sep 2014, at 5:20 am, Thomas Grass wrote: > How can i tell the inline-bindings that 0 should be an Integer and not a > String? I know that it would be possible to add 0 to a int-variable in the > javaclass (f.e. int zero = 0;) and bind it with value=„$zero“ to it. But this >

Re: Inline-Bindings, Integer Values

2014-09-14 Thread Fabian Peters
Hi Thomas, Just a wild guess, have you tried value = "$0"? That's the way inline bindings work for boolean values, e.g. value = "$false". Fabian Am 14.09.2014 um 21:50 schrieb Thomas Grass : > Hi to all, > > what is the right way to bind Integer values with inline bindings? > > I tried to bi

Inline-Bindings, Integer Values

2014-09-14 Thread Thomas Grass
Hi to all, what is the right way to bind Integer values with inline bindings? I tried to bind 0 (zero) like this to a radio button: The problem is, that the number „0“ as value is not allowed, because it is in this case a string. The following exception will be displayed: "While trying to s