I got this error because I was trying to access a field of a nested enum. This didn't work because nested enums are static. My solution was to add another method to the view bean to access the enum's field.