This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 236573 - Support for the Expression Language inside the evaluation method of the stand-alone ELProcessor
Summary: Support for the Expression Language inside the evaluation method of the stand...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Expression Language (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-30 22:44 UTC by Martin Fousek
Modified: 2013-09-30 22:44 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2013-09-30 22:44:05 UTC
Pretty interesting idea from KinMan Chung to support EL in the strings which are passed to the stand-alone ELProcessors for evaluation like:
new ELProcessor().eval("<el_support_here>");

Probably needs to be discussed with Java team how and whether this could be doable. But it would help to support EL as a standalone technology.