标记云(从另一个数据库获取数据)

时间:2014-03-24 15:59:43

标签: xpages xpages-extlib

如何为xe:dominoViewCloudData控件指定数据库名称和路径?dominoViewCloudData控件是Tag云控件的一部分?

1 个答案:

答案 0 :(得分:3)

标记云控件xe:dominoViewCloudData无法从当前版本的扩展库中的其他数据库获取数据。从其他数据库读取数据在源代码中已注释掉。

Java类com.ibm.xsp.extlib.component.tagcloud.ViewTagCloudData(处理xe:dominoViewCloudData):

                    // External database access not supported as of 8.5.3!
                    // Core will throw an exception if this case is enabled
                    // Needs a secure and performant means to access external db
//                  case 'd': {
//                      if(key.equals("database")) {
//                          return getDatabase();
//                      }
//                  } break;

配置文件com.ibm.xsp.extlib.config.raw-extlib-domino-tagcloud.xsp-config:

<!-- databaseName property is not supported as of 8.5.3 for security reasons --> 
相关问题