Problem with passing multiple params in calling method through Jexl expression

2019-07-24 Thread swapnil vaidya
Hi, I have requirement that, I need to call a function which take multiple params. I need to create a sub Array from the original Array. Following is the expression I am calling: "".class.forName(\"java.utils.Arrays\").copyOfRange(#{default.alarms.results},0,1)", the #{default.alarms.results} is

Re: [jexl] How to use math functions with JEXL

2020-04-19 Thread swapnil vaidya
You will have to register math as name space with JexlContext https://commons.apache.org/proper/commons-jexl/apidocs/org/apache/commons/jexl3/package-summary.html Regards, Swapnil On Sun, Apr 19, 2020 at 10:51 AM Greenberg, Gary wrote: > I am trying to evaluate an expression that beside