"Managed bean" is a Java EE specific term for Javabean classes which are designed to act as a controller in some MVC application.
Can I pass a input text field value to a bean method without binding the value to a bean property? &…
jsf parameter-passing managed-beanWhat is the best possible way to invalidate session within a JSF 2.0 application? I know JSF itself does not handle …
session jsf-2 httpsession managed-bean session-scopeI 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 would like to be able to retrieve a string from a message bundle from inside a JSF 2 managed bean. …
jsf jsf-2 managed-bean message-bundleWhat is the difference between defining View Params like this: <f:metadata> <f:viewParam name="id" value="#{…
jsf jsf-2 managed-bean viewparams managed-propertyI am trying to get a simple JSF 2 tutorial example to work. I am using the dynamic web project in …
java jakarta-ee jsf-2 java-ee-6 managed-beanI am building a JSF application. I defined the GUI and did the select statements query the database using select. …
jsf input submit facelets managed-beanI've read how to send parameters using JSF but what if the user types their companyId in the URL when …
jsf jsf-2 query-string managed-bean http-request-parametersI have a JSF managedbean I am getting the error when a managed bean is referred from from JSF page …
jsf dependency-injection resources managed-beanI am using PrimeFaces with JSF2. I am trying to authenticate user by sending login and password as an Ajax …
ajax jsf-2 navigation primefaces managed-bean