Hey,
it seems that the lastest alpha doesn't work in our case.
For me it looks like the reason behind are the following methods being called:
it seems that the lastest alpha doesn't work in our case.
For me it looks like the reason behind are the following methods being called:
- genContainerId("SPAutocomplete", opt.columnName); (just handing over the columnName)
- listName: $().SPServices.SPListNameFromUrl() (determin listName from Url, which means trouble ahead, because there is no list)
-
since no additional parameters are handed to SPListNameFromUrl it will always try to check "} else if(currentContext.thisList.length > 0) {" in which case currentContext.thisList will be null so accessing .length has to fail.