Hi Isomorphic,
please see attached test case (v10.0p_2015-08-24/PowerEdition Deployment).
If I change the SKU and click "Validate & Save", I get the following request (attachment) in the Developer Console (note the "Error in echoLeaf").
I don't know why this is happening. The setup resembles my application setup. I'm using FormItem.validate() because of another bug with ValuesManager.validate() (report follows if I can replicate the behavior in builtInDS).
Please add this to the SKU-field definition in .ds.xml (needed in order to trigger a serverside validation):
Best regards
Blama
please see attached test case (v10.0p_2015-08-24/PowerEdition Deployment).
If I change the SKU and click "Validate & Save", I get the following request (attachment) in the Developer Console (note the "Error in echoLeaf").
I don't know why this is happening. The setup resembles my application setup. I'm using FormItem.validate() because of another bug with ValuesManager.validate() (report follows if I can replicate the behavior in builtInDS).
Please add this to the SKU-field definition in .ds.xml (needed in order to trigger a serverside validation):
Code:
<validators><validator type="isUnique" errorMessage="SKU already in use!" /></validators>
Blama
Comment