Hi there,
I tried this, and it didn't print any variables.
Is there way I can access to the instance of the "applicationContext/beanFactory" where the script is defined?Code:<lang:groovy id="testBean"> <lang:inline-script> binding.variables.each {k,v -> println "$k = $v"} </lang:inline-script> </lang:groovy>
Thanks,


Reply With Quote