On Tue, Nov 10, 2009 at 5:30 PM, Gavin King
<gavin.king@gmail.com> wrote:
class FacesContextProducer {
@Produces @RequestScoped FacesContext getFacesContext() {
return FacesContext.getCurrentInstance();
}
}
How familiar that looks. I just wrote that code today. While it's true we can provide this portable extension, it's a portable extension many of us (I can't say all of us) are going to need.
-Dan