I am trying to figure out how to access the properties of a variable in an OGNL expression. For example I know I can get the name of a vm by specifying ${vm.name} where the vm is my vm object. How would I get vm.guest.guestFullName?
↧
I am trying to figure out how to access the properties of a variable in an OGNL expression. For example I know I can get the name of a vm by specifying ${vm.name} where the vm is my vm object. How would I get vm.guest.guestFullName?