in reply to Mixins (problem in CGI::Prototype and Class::Protototyped with subtemplates)
I'm thinking you want to add a method to the base CGI::Prototype code that takes the new module as a parameter, loads it, then returns the object. Then the TT code can call that method and get the new object back.
That doesn't directly solve the override issue, but if the new object is local to the template you provide, maybe it's not as big an issue?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Mixins (problem in CGI::Prototype and Class::Protototyped with subtemplates)
by merlyn (Sage) on Mar 16, 2005 at 17:04 UTC |