users@glassfish.java.net

Re: CDI and JSF2 PhaseListeners

From: NBW <emailnbw_at_gmail.com>
Date: Thu, 25 Feb 2010 08:23:29 -0500

This might be a good question for the weld-users list too over here:

http://seamframework.org/Community/WeldUsersForum

-Noah

On Thu, Feb 25, 2010 at 5:56 AM, <glassfish_at_javadesktop.org> wrote:
> Ok, here's a workaround.  (Mind you, I'm saying that it's a [i]workaround[/i], not a proper [i]solution[/i])
>
> 1. Create another bean which injects the necessary @SessionScoped bean. Make it a @Named bean, because we'll need to access it via EL in step 2.