I am using OpenFaces and have to be compatible with I开发者_如何转开发E6. Up to now everything works more or less without problems.
I have an Application based on JSF2 and RichFaces; I have developed a process to export some data in a PDF using POI.
I\'m trying to use one <h:commandButton> with ajax to check some conditions, if it\'s OK the other <h:commandButton> with no ajax will be display. The one with ajax work well, but the othe
The page is generated correctly with appropriate values in managed bean, but ajax events in these two h:selectOneMenus don\'t works. Listener is not called. An error has to be somewhere withintags, bu
I have a JSF 2.0 application with a basic search bar with a list of contacts that is updated on keyup so that only the value开发者_Python百科s that match the text in the search bar are displayed.
I\'m new to richfaces and I want to support a bean class using annotation instead of xml configuration [just like JSF 2.0] I\'m using richfaces 4.0 and included all required jars in my build path. but
i often usebut i have this problem. if there is awhose action is delete some entity,but i want notif开发者_如何学JAVAy user who click this commandLink a javascript function confirm(str); if the confir
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
Due to the problem with @ViewScoped, I have to use ui:repeat instead of开发者_StackOverflow社区 c:foreach in my facelet.However I encounter this problem and I wonder if anyone can suggest a work-aroun
The style sheet does not apply on my first JSF page. I\'ve got a index.jsp which forwards to my first JSF page.