xpages - Tag cloud (getting data from another database) -
how can specify database name , path xe:dominoviewclouddata control part of tag cloud control?
tag cloud control xe:dominoviewclouddata
can't data database in current version of extension library. reading data other database commented out in source code.
java class com.ibm.xsp.extlib.component.tagcloud.viewtagclouddata (handling xe:dominoviewclouddata):
// external database access not supported of 8.5.3! // core throw exception if case enabled // needs secure , performant means access external db // case 'd': { // if(key.equals("database")) { // return getdatabase(); // } // } break;
config file com.ibm.xsp.extlib.config.raw-extlib-domino-tagcloud.xsp-config:
<!-- databasename property not supported of 8.5.3 security reasons -->
Comments
Post a Comment