Top "Managed-property" questions

ViewParam vs @ManagedProperty(value = "#{param.id}")

What is the difference between defining View Params like this: <f:metadata> <f:viewParam name="id" value="#{…

jsf jsf-2 managed-bean viewparams managed-property
JSF Managed bean and managed property both necessary?

I'm new to JSF and was wondering: If I have a controller that handles all the work for a given …

jsf managed-bean managed-property
@javax.faces.bean.ManagedProperty in CDI @Named bean returns null

I'm trying to deal with @javax.faces.bean.ManagedProperty but without success ! I've been following this guide, and it not …

jsf cdi managed-bean managed-property
@ManagedProperty in a Spring managed bean is null

I've some trouble with injecting one managedbean in another by defining a managedproperty. I'm googling and stackoverflowing now for 3 days, …

spring jsf null managed-property
@ManagedProperty throws javax.el.ELException: Cannot convert bean of type class java.lang.String to class com.example.Bean

I'm injecting a managed bean as managed property of another managed bean. package com.books.beans; import javax.faces.bean.…

jsf el managed-bean managed-property
@Inject to pass params to a CDI @Named bean via URL

If I cannot use the @ManagedProperty annotation with @Named, because @ManagedProperty doesn't work in CDI(?), then how do you pass …

jsf facelets cdi managed-property