[RTC] Is there a way to create a setValue scritpt for a contributor list?
![]() Is there a way to create a setValue scritpt for a contributor list?
|
One answer
![]()
I think the answer is that you cannot get this from Javascript, only from a Java based value provider.
See here: Creating a Java-based value provider takes more work but is more powerful. Be sure to check the bottom of this wiki, which has some helpful hints. See "Providing new customizations implemented in Java"
Comments 1
I have never succeeded to return values for attribute list types in JavaScript. It has worked for me in Java. Ian provided the link already.
Hi Ian
1
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
It depends what you mean by "supported". Many customers (and most Enterprise customers) use Java-based extensions, and this is fully supported. What is not supported is debugging your extension code. So if you report a problem, IBM support will ask if you can reproduce the problem with your extension not being used. If it turns out the problem is in your extension code, IBM support will ask you to provide a short snippet of your code that reproduces the problem, and they will investigate the behavior of that snippet. Clemm,Ralph Thanks!!
|