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

This email sent to [EMAIL PROTECTED]

Reply via email to