JSF 2.3 @Inject Flash

Thanks to Arjan Tijms we can now inject the Flash

In code


    @Inject
    private Flash flash;
        

Posted August 7, 2015

Up