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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -