Creation of string template object

0
If you specify "string template" as a parameter when calling Java Action, you can get it as an object of the IStringTemplate class in a Java program, but in a JavaAction program, IStringTemplate How do I create a new object of the class (new and set the value)? Is there something similar to this in mendix (as shown below) IStringTemplate x = new StringTemplate(); x.setTemplate("Template String"); x.setParameters(something);
asked
1 answers
0

Can you elaborate on what you are trying to achieve here? If you only want to manipulate or create a string using all kinds of data from attributes you might want to check out: https://docs.mendix.com/refguide/string-concatenation/ and https://docs.mendix.com/refguide/string-function-calls/ because you do not need any Java to create any string you like. All can be done with micro or nanofows.

 

Regards,

Ronald

 

answered