Top "Backing-beans" questions

How to provide a file download from a JSF backing bean?

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-beans
Difference between managed bean and backing bean

I came across the terms "managed bean" and "backing bean" in several forums. Many people think both are the same. …

jsf javabeans managed-bean backing-beans
Conversion Error setting value '52' for 'null Converter'

I'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-beans
Calling a managed bean method when some button is clicked

I am new to JSF and want to have a button, which when clicked, will call a method of the …

java jsf primefaces backing-beans
Passing form input values as a List of objects from a JSP page to a Servlet

Here is a simplified (NOT real world) example. Suppose there is a domain model - a class Movie, which has …

java jsp servlets jstl backing-beans
Making Distinctions Between Different Kinds of JSF Managed-Beans

I 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-beans
Passing the backing bean as a parameter to a Facelet include

I 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-beans
how to use javascript to get jsf h:outputText value?

I have a button has action which can set myBackingBean.myString, and onclick event calls js method to alert that …

javascript jsf-2 backing-beans
Edit row from datatable in JSF from DB

I 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-beans
Using a JTA persistence context without setting hibernate.transaction.jta.platform

I 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