WOLips binding validation
WOLips binding validation
- Subject: WOLips binding validation
- From: Ricardo Parada <email@hidden>
- Date: Mon, 17 Dec 2007 15:38:28 -0700
Hi,
I have a definition as shown below in my wod file and the multi-line string value assigned to the onChange binding generates an error in the WO component editor in Eclipse/WOLips. Any ideas on how to make the component editor treat this as valid? :-)
AppealedAmountTextField: WOTextField { numberformat = "$#,##0.00"; value = appealedAmount; onChange = "_javascript_: if (this.value > this.form.RecoveredAmount.value) this.form.RAD.value = (this.value - this.form.RecoveredAmount.value); else this.form.RAD.value = 0; this.form.submit();"; }
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