Author: kylem
Date: Thu Apr 14 14:05:11 2005
New Revision: 161352
URL: http://svn.apache.org/viewcvs?view=rev&rev=161352
Log:
Adding missing resetServices for superImpl to the ImplInitializer template
Modified:
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/ImplInitializer.vm
Modified:
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/ImplInitializer.vm
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/ImplInitializer.vm?view=diff&r1=161351&r2=161352
==============================================================================
---
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/ImplInitializer.vm
(original)
+++
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/ImplInitializer.vm
Thu Apr 14 14:05:11 2005
@@ -167,6 +167,8 @@
{
$impl.className impl = ($impl.className)target;
+ super.resetServices(bean, impl);
+
try
{
#foreach ($context in $impl.contexts)