Hi,
I have the following problem with groovy scripts in a panel:
Even an empty groovy-script, but also simple ones like
#panelheader('test')
<%
print "hallo"
%>
#panelfooter()
are only shown as "groovy.lang.MissingPropertyException: No such
property: panel for class: Script1"
after a while (for some time, it works)
Has anybody seen that before and can maybe give advice?
Thanks,
Hans-Peter