dev@javaserverfaces.java.net

None Managed bean with non none references

From: Michael Youngstrom <youngm_at_gmail.com>
Date: Tue, 16 Aug 2005 11:34:13 -0600

Does anyone know why it is invalid to inject a non-none managed bean into a
none managed bean?

ManagedBeanFactory.hasValidLifespan()

It seems to me this would be a useful configuration in some instances. It
would seem that if you could come up with a case for a managed bean with
scope none you could come up with a reason to place request, session, or
application scoped managed beans in it.

Mike