Given: simple JSF webapp (no Seam), having JSF beans calling few EJB\'s which in turn load and persist JPA entities. What I want to is to use @Singleton annotation for ejb\'s and inject EntityManager
I am writing a JSF 2.0 application, and I want to use CDI annotations instead of the \"equivalent\" JSF annotations.In other words, @Model or @Named instead of @ManagedBean, and @Inject instead of @Ma
On the internet i found a book called JSF 2.0 cookbook. I rode chapter 7(Internationalization) and i found it pretty simple, i tried everything there by my self, and all worked fine besides the use o
I am trying to replace a component in the view using the PreRenderViewEvent but it doesn\'t work. The replaced component still renders.
I would like to validate every field in my form when each fieldlose the focus, when this happens i would like these actions happen:
I am using SocialAuth libraries in my JSF application for providing \'login with google/facebook\'. As shown below it requires me to stores the SocialAuthManager object (\'manager\') in the session an
I\'ve got a little problem I\'d like to solve. I use Apache Myface 2 with Tomahawk and Trinidad. Trinidad delivers its Dialog Framework to create Modal Dialogs...
This question already has answers here: Show image as byte[] from database as graphic image in JSF page
I\'d like to show a report generated by iReport, in a JSF page. I use this method in my bean, public void print () {
I was using Tomcat 6.0.26 with my project since long time. Now, I need to use EL 2.2 in this project so I moved it to Tomcat 7.0.19 with no other changes (Using Mojarra 2.1.2-b04 with RichFaces 4.0.0)