Date: 2004-07-15T10:33:58 Editor: KurtHoehn <[EMAIL PROTECTED]> Wiki: Jakarta HiveMind Wiki Page: ExtendingSmartTranslator URL: http://wiki.apache.org/jakarta-hivemind/ExtendingSmartTranslator
no comment Change Log: ------------------------------------------------------------------------------ @@ -1,2 +1,2 @@ = Extending Smart Translator via Property Editors = -I've been working with Hivemind for a couple of months and I'm very happy with it. Its such a young product, examples are at a premium. I would like to contribute my 2 cents. I came across a situation where I was using a service that has getters/setters that were of type Class and every time it would exception out on trying to get/set the values from these methods. So I took it upon myself in open source fashion and dug into the code. I found where the exception was coming from and I knew a way to fix it, but was it the correct way? +I've been working with Hivemind for a couple of months and I'm very happy with it, so I would like to contribute my 2 cents. I came across a situation where I was using a service that has getters/setters that were of type Class and every time it would exception out on trying to get/set the values from these methods. So I took it upon myself in open source fashion and dug into the code. I found where the exception was coming from and I knew a way to fix it, but was it the correct way? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
