RE: bugfix ControllerFactory

"Schnitzer, Jeff" <[email protected]>
Newsgroups gmane.comp.web.maverick.general
Message-ID <[email protected]>
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]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.