#181076: EL not recognized in ADF demo application
Tomasz Slota <[email protected]> Thu, 27 May 2010 18:17:56 +0200
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
#181076: EL not recognized in ADF demo application
http://netbeans.org/bugzilla/show_bug.cgi?id=181076
Fixed in: http://hg.netbeans.org/web-main/rev/78a6932a6b5e
Reviewed by: M. Fukala
Verified by: M. Schovanek
In many projects created from existing sources, including sample Oracle
ADF applications the web.xml file did not use Servlet API 2.5+
specification, which caused the IDE to not to recognize any expression
language, which was "hiding" substantial part of our functionality from
the users.
The fix enables JSF-style EL ( #{...} ) regardless of the version,
because JSF implements this EL regardless of servlet/JSP spec level.