[jexl] how to access properties of nested java dataobject
Using the syntax "${status}" as defined below i can able to access the value of status form JavaBeanObject(A) ${status} But how to get the value of nested bean object.Example... public class A { private String status; private B b; . .. } How to g
[jexl]
Using the syntax "${status}" as defined below i can able to access the value of status form JavaBeanObject(A) ${status} But how to get the value of nested bean object.Example... public class A { private String status; private B b; . .. } How to g