JSF, Jakarta Server Faces (formerly known as JavaServer Faces) is a model-view-presenter framework typically used to create HTML form based web applications.
I have some questions. These are : How are JSP and Servlet related to each other? Is JSP some kind of …
java jsp jsf servlets jakarta-eeWhat is the difference between action and actionListener, and when should I use action versus actionListener?
jsf jsf-2 action actionlistenerI have written simple application with container-managed security. The problem is when I log in and open another page on …
jsf jsf-2 logout viewexpiredexceptionWhat exactly are process and update in PrimeFaces p:commandXxx components and execute and render in f:ajax tag? Which …
jsf primefaces process updatesI've searched the Internet and I cannot find a list of <p:ajax> events. Can anyone provide a …
ajax jsf jsf-2 primefacesI noticed that there are different bean scopes like: @RequestScoped @ViewScoped @FlowScoped @SessionScoped @ApplicationScoped What is the purpose of each? …
jsf jsf-2 scope managed-beanSometimes, when using <h:commandLink>, <h:commandButton> or <f:ajax>, the action, actionListener or …
jsf jsf-2 action commandbutton commandlink