Can a script in validator in RTC call a Java method?
![]() Can I call a Java method from a script used in validator in RTC? If so , can anyone help me with an example. Note : the java method I want to call is from my own java class. I want to do script based validation of a field in a workitem which would require comparision with values that my java method would return. Thanks Lipi |
One answer
![]()
I don't think this is possible. (call a java class in a jar file (on the server of course))
it MAY be possible to call another web service to get the data, of course you would have to make your code into another service. I have not done this, but lots of the web help on dojo seems to imply its possible with ajax calls. |