But you *can* set the pre- and postfix chars, so the question was
how to escape them. Which is the same problem how to escape "[" at
the start.
Uh ... what he said :)
ms
___
Do not post admin requests to the list. They will be ignored.
Webobjects-d
With WO 5.4 the syntax should be:
By default the dynamic binding use [] and not $.
So how do you escape the dynamic binding prefix in 5.4 if you want to
show it in the string? For instance, if you actually want the string
"[amount]" to appear, what does the binding look like?
ms ___
at 8:52 PM, [EMAIL PROTECTED]
wrote:
From: Mike Schrag <[EMAIL PROTECTED]>
Subject: Re: Inline bindings: attribute string value begining
with $
To: WebObjects-Dev Mailing List
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"
\$#,##0
Do I n
.
ms
On Apr 5, 2008, at 1:09 AM, Ricardo Parada wrote:
On Apr 4, 2008, at 8:52 PM, [EMAIL PROTECTED]
wrote:
From: Mike Schrag <[EMAIL PROTECTED]>
Subject: Re: Inline bindings: attribute string value begining with $
To: WebObjects-Dev Mailing List
Message-ID: <[EMAIL PROTECTED]>
Inline bindings: attribute string value begining with $
To: WebObjects-Dev Mailing List
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"
\$#,##0
Do I need to use the wonder frameworks for that to work?
'cause I'm not using Wonder. I have setup
On Apr 4, 2008, at 8:52 PM, [EMAIL PROTECTED]
wrote:
From: Mike Schrag <[EMAIL PROTECTED]>
Subject: Re: Inline bindings: attribute string value begining with $
To: WebObjects-Dev Mailing List
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii&qu
\$#,##0
ms ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40m
Hi All,
If I have something like this:
what do I need to do to make sure that the value for the numberformat
is interpreted as a string instead of a method call to #,##0.
Right now my workaround is to insert a space before the $ sign:
Is there a better way than putting a space in front