JSTL - EL fail with property name with underscore, why?
843840Jan 21 2009 — edited Jan 21 2009Hi
I'm tring to use EL in a jsp page, but got a problem.
All my bean have properties with underscore in name, like N_SOGGETTO or USER_DT_VLDT.
At runtime EL throws:
javax.el.PropertyNotFoundException: Property 'N_SOGGETTO' not found on type <myBean>
For every properties of my beans.
why?
I'm using el version included in jboss 4.2.2, but I've tried also standard implementation.
There is a workaround?
thanks