Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.0-beta-4
-
None
-
GroovyPages
Description
I have a class called GroovyPage which extends Script. My compiled pages extend this class. The problem is that these classes do not receive any bindings when compiled. If I derive my pages directly from Scrip this problem goes away. James mentioned that the class generator did not check the inheritance heirarchy. This problem could also be resolved if Groovy got mixin classes to work, but I'd really like the original problem fixed as well.