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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]