#jakartafaces — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #jakartafaces, aggregated by home.social.
-
Eddie Kennedy (@ekennedy80.bsky.social) writes about implementing a Drag-n-Drop Kanban board w/ Primefaces15
https://medium.com/@edward.p.kennedy/primefaces-15-0-0-drap-n-drop-how-to-10b1df9bbcdc
-
PrimeFaces team releases v15.0.0 🚀
https://github.com/primefaces/primefaces/releases/tag/15.0.0
-
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? 😦