Solved
Custom validation function for each "xtype=textfield" within the "xtype=multifield"
Hi,
The task is to validate each textfield found in the multifield,
<urls jcr:primaryType="cq:Widget" fieldDescription="Click the '+' to add a multiple urls.." fieldLabel="Urls (Without etxn.)" name="./Urls" xtype="multifield"> <url jcr:primaryType="cq:Widget" fieldLabel="Url" width="155" validator="function(validateValue) { console.log(validateValue); return 'Would expect this check to be invoked';}" xtype="textfield"/> </urls>Currently it does not seem to validate the textfield, is there a work around that would get it running through the validator ?
Thanks,
Peter
