Date: 2004-07-15T11:16:27 Editor: KurtHoehn <[EMAIL PROTECTED]> Wiki: Jakarta HiveMind Wiki Page: ExtendingSmartTranslator URL: http://wiki.apache.org/jakarta-hivemind/ExtendingSmartTranslator
no comment Change Log: ------------------------------------------------------------------------------ @@ -7,9 +7,6 @@ the Java Beans framework. There's an extension point for this purpose (hivemind.Startup). Once the Property Editor is defined, it should "just work". -Better a solution for that, than to start introducing special cases -into the code. - -- Howard Lewis Ship'' ---- Back to the drawing board. With the hint from Howard Lewis Ship, the light clicked on and I was back in business. I knew the Smart Translator uses Property Editors to work with types, but only primitive types in java are supported without having to create an editor. I needed one for type �java.lang.Class�, so I created one. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
