Fixed it. Please update from Maven repo. The reason is I cut and paste code from BaseDslContext to the widget object and missed it.
I longed for a Mixin feature in Groovy so that I do not need to do this any more. But not sure if the @Mixin is mature or not in Groovy 1.6. Thanks, Jian On Fri, May 15, 2009 at 11:58 AM, Nicolae Vintila <[email protected]>wrote: > Hi, > > I am getting this with some custom widgets I created a while ago (worked > with older Tellurium) > > groovy.lang.MissingPropertyException: No such property: > exploreSelectorCache for class: org.tellurium.object.Grid > at > org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:49) > at > org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.getProperty(GetEffectivePogoPropertySite.java:71) > at > org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGroovyObjectGetProperty(AbstractCallSite.java:240) > at org.tellurium.widget.Widget.getUiElement(Widget.groovy:286) > > What am I doing something wrong? > Pretty sure I am compiling and running with the latest tellurium core... > :-) > > Nick > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en -~----------~----~----~----~------~----~------~--~---
