Author: kentam
Date: Wed Oct 13 12:28:24 2004
New Revision: 54748
Modified:
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/ClientInitializer.vm
Log:
Fix bug in dealing with control clients that are in the root/default package.
Modified:
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/ClientInitializer.vm
==============================================================================
---
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/ClientInitializer.vm
(original)
+++
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/ClientInitializer.vm
Wed Oct 13 12:28:24 2004
@@ -137,7 +137,9 @@
##
## THE CONTROL INITIALIZER CLASS TEMPLATE
##
+#if ($init.package)
package $init.package;
+#end
import java.lang.reflect.Field;
import org.apache.beehive.controls.api.ControlException;