Worklight JSONStore initCollection错误

时间:2013-03-01 07:56:36

标签: ibm-mobilefirst jsonstore

管环境:

  • Worklight v5.0.5

当我使用角色从digit(ex. 0, 9)_开始作为集合名称时, 发生PERSISTENT_STORE_FAILURE错误。

代码如下

var name = '0aaa';
WL.JSONStore.initCollection(name, searchfields, [options]);

1 个答案:

答案 0 :(得分:1)

您需要使用字母[A-Z] +或[a-z] +启动JSONStore集合。例如:aaa而不是0aaa。我已经开了一个bug来研究允许集合以JSONStore的未来版本的数字和符号开头。

相关问题