Ah, of course.  I'll apply the patch tonight.  Thanks!

Jeff Schnitzer
[EMAIL PROTECTED]
(back from the fireworks festival in Tultepec, Mexico, with all my limbs
and sensory organs intact!)


> -----Original Message-----
> From: Eelco Hillenius [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 11, 2003 9:33 AM
> To: [EMAIL PROTECTED]
> Subject: [Mav-user] bugfix ControllerFactory
> 
> Hi,
> 
> In ControllerFactory this code:
> 
>       if (cls.isAssignableFrom(ControllerSingleton.class))
> 
> never has a useable result. Because of this, init(Element) is never
called
> for classes that implement ControllerSingleton.
> 
> A more useable variant is:
> 
>       if (ControllerSingleton.class.isAssignableFrom(cls))
> 
> You can find a path attached.
> 
> 
> Eelco Hillenius


-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
[INVALID FOOTER]

Reply via email to