java - EL session object property -


${sessionscope.pricer.applicableratecode} 

public class viewprices implements cloneable, serializable {         private static final long serialversionuid = 1;     // fields           public list<ratecode> applicableratecode = null; } 

javax.el.propertynotfoundexception: property 'applicableratecode' not found on type com...viewprices

${sessionscope.pricer} prints value applicableratecode won't print

setter/getter missing in class . jstl el access property using standard accessors methods


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -