Changeset 501
- Timestamp:
- 2008-08-06 08:16:09 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/kauri-forms/kauri-forms-framework/src/main/kauri/js/basic-validators.js
r495 r501 10 10 throw "[basic-validators.js] requires the kauri-form namespace"; 11 11 12 var kp = $.org.kauriproject; 12 13 var kf = $.org.kauriproject.forms; 13 14 var locale = kf.locale; … … 135 136 return this.notifySuccess(); 136 137 138 value = kp.JSON.stringify(value); 139 137 140 if (!this.location) 138 141 throw "A location-path for remote validation should be given!";
Note: See TracChangeset
for help on using the changeset viewer.