I have two classes as follows:
@ManagedBean( name = "randomBar") @ViewScoped public class Soap { private List<Cat> cats; //getter/setter pair ...