RT @TAndraschko
The Apache MyFaces team is delighted to announce the release of MyFaces Core 4.0.0! @JakartaEE @MyFacesTeam @primefaces #JSF #JakartaFaces
@tekbog 🙋♂️ I'm working on #JakartaFaces applications at work but try to sneak in more and more Go.
Are there any #Java nerds here, specifically those proficient using #JakartaFaces (formerly #JSF)? I have a resource handler (`extends ResourceHandlerWrapper`) that creates a `Resource`. In that resource I want to inject a session-scoped bean and access it in `getInputStream()` but it's always null. How can I get hold of that bean? 😦