Hi Paul, hi Fabian, thank you both. That worked! The correct way is to make it like $0.
Thomas Am 15.09.2014 um 03:09 schrieb Paul Hoadley <[email protected]>: > Hi Thomas, > > On 15 Sep 2014, at 5:20 am, Thomas Grass <[email protected]> > 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 is a thing I want to avoid. > > Use "$0“. > > > -- > Paul Hoadley > http://logicsquad.net/ > > Am 14.09.2014 um 23:26 schrieb Fabian Peters <[email protected]>: > 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 _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
