Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSTL - EL fail with property name with underscore, why?

843840Jan 21 2009 — edited Jan 21 2009
Hi

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 18 2009
Added on Jan 21 2009
4 comments
485 views