home.social

#jakartafaces — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #jakartafaces, aggregated by home.social.

  1. 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? 😦