Hi there,

I tried this, and it didn't print any variables.

Code:
<lang:groovy id="testBean">
	    <lang:inline-script>
			binding.variables.each {k,v -> println "$k = $v"}
	    </lang:inline-script>
	</lang:groovy>
Is there way I can access to the instance of the "applicationContext/beanFactory" where the script is defined?

Thanks,