Is there any way of providing a file download from a JSF backing bean action method? I have tried a …
jsf jsf-2 download backing-beansI came across the terms "managed bean" and "backing bean" in several forums. Many people think both are the same. …
jsf javabeans managed-bean backing-beansI'm new to JSF and I have been trying to store data from a form that uses a h:selectOneMenu …
jsf jakarta-ee xhtml converter backing-beansI am new to JSF and want to have a button, which when clicked, will call a method of the …
java jsf primefaces backing-beansHere is a simplified (NOT real world) example. Suppose there is a domain model - a class Movie, which has …
java jsp servlets jstl backing-beansI recently read this article from Neil Griffin Making Distinctions Between Different Kinds of JSF Managed-Beans and it got me …
java jsf jakarta-ee backing-beansI have a Facelet that might be used in different applications. I don't to copy it, but reuse it. I …
jsf-2 parameters include facelets backing-beansI have a button has action which can set myBackingBean.myString, and onclick event calls js method to alert that …
javascript jsf-2 backing-beansI don't know if I complicate things so much but I can't figure out how to update a single row …
jsf datatable edit backing-beansI am updating an old application with as little re-programming as possible. I created a page similar to the old …
java jsp ejb backing-beans