Iam new to JSF technology, currently in our project we are using JSF 2.0 with spring and hibernate integration.I have one doubt regardingh:selectOneMenu and f:selectItems.
I\'m trying to inject a ManagedBean in my FacesConverted the following way: @ManagedBean @RequestScoped
When i created a new project in eclipse, it automatically created for me an index.jsp page, i don\'t want the start page to be a .jsp, i want it to be a .xhtml
I have following two methods in my backing bean - public String validateUser() { FacesContext facesCtx = FacesContext.getCurrentInstance();
I\'m experimenting using a navigation tree with a <p:layout /> and an <ui:include />, which I want to dynamically update the <ui:include /> when I click on a tree node.
开发者_JS百科After reading RichFaces Vs PrimeFaces (for performance), I was tempted to use both in my web application to get the maximum benefit from both.
I am developing an application using jsf2.0, richfaces 4.0, tomcat 6.0. On a page I am trying to delete a row . But when I click the delete icon, sometimes popup panel does not appear and when it is s
I am using jsf 2.0 and I have two bean Navigation (Application Scope ) and Module (Request Scope). I want to use methods of Navigation bean in Module Bean. I am开发者_StackOverflow社区 doing in this w
In a JSF 2.0 application with richfaces and primefaces, I would li开发者_StackOverflow中文版ke a command button when clicked to open ahowever the dialog is in another xhtml file. How can I achieve thi
I have trouble getting f:ajax to work on a h:panelGroup. Here\'s what i\'m doing: JSF code: <h:panelGroup id=\"contacts_tab_contacts_list_list\">