I have a problem about of JSF, I\'m trying to set value of a variable in a bean class but it can\'t set value by t
t
You need :
@Named or @ManagedBean annotation on class
@Named
@ManagedBean
Scope