Bean property becomes null when using CDI @Named Annotation [duplicate]
问题 This question already has an answer here : JSF does not populate @Named @RequestScoped bean with submitted input values (1 answer) Closed 2 years ago . I am using JSF2+CDI in a Tomcat 7 Container. I found a strange problem, I have got one @RequestScoped managed bean annotated with @Named annotation, Iam using its properties on a Facelet page. In that page three consecutive dropdown list is arranged. when the page loads i have initialized the first dropdown list using its getter method. In