I want to add actions dynamically in PlaceBar (extlib oneui application layout).
We have couple of urls stored in some configuration documents. Based on these URLs I want to create Container node having Basic Child nodes in it. Every child node use one URL from list.
How I can create container node and add child nodes to it dynamically? any sample SSJS/Java/CSJS code for this?
Thank you..
Thank you for the quick reply. This is very useful information for me.
Another way I found out based on XSnippet code and some reverse engg. from java code in xpage as follow :
This is sample code only. Converted this is into java code and serialized to improve performance and load it only once in application.
Thank you again for help.