Re: Inline-Bindings, Integer Values
Re: Inline-Bindings, Integer Values
- Subject: Re: Inline-Bindings, Integer Values
- From: Thomas Grass <email@hidden>
- Date: Mon, 15 Sep 2014 10:18:16 +0200
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@hidden>:
> Hi Thomas,
>
> On 15 Sep 2014, at 5:20 am, Thomas Grass <email@hidden> 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@hidden>:
> 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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden