${sessionScope.pricer.applicableRateCode}
public class ViewPrices implements Cloneable, Serializable {
private static final long serialVersionUID = 1;
// fields
public List<RateCode> applicableRateCode = null;
}
javax.el.PropertyNotFoundException: свойство 'applyRateCode' не найдено для типа com. . .ViewPrices
${sessionScope.pricer}
печатает значение, но applyRateCode не печатает