Inline bindings: attribute string value begining with $
Inline bindings: attribute string value begining with $
- Subject: Inline bindings: attribute string value begining with $
- From: Ricardo Parada <email@hidden>
- Date: Fri, 4 Apr 2008 13:31:38 -0700
Hi All,
If I have something like this:
<wo:str value="$amount" numberformat="$#,##0" />
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:
<wo:str value="$amount" numberformat=" $#,##0" />
Is there a better way than putting a space in front of the $ sign?
Thanks, Ricardo
|
_______________________________________________
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