formtools/country.cfc
Line 292 referencing the wrong query when deciding if it should be marked as selected;
qCommon[arguments.stMetadata.ftValue][qCommon.currentrow]
should be:
qAll[arguments.stMetadata.ftValue][qAll.currentrow]
Phil
formtools/country.cfc
Line 292 referencing the wrong query when deciding if it should be marked as selected;
qCommon[arguments.stMetadata.ftValue][qCommon.currentrow]
should be:
qAll[arguments.stMetadata.ftValue][qAll.currentrow]
Phil
Thanks Phil. Is this a fix for p700?
yes sorry, p700 (some more text to make up 20 char ;))
Fix has been committed