Install a valuebean in your support with the desired default value. For example, if you want the default "High School":
value = "High School";
This can be done in the constructor or in the @PostConstruct method depending on the scope of your bean support.
source
share