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

Python __call__ special method practical example -

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -