Enabling Expression Language Evaluation in JSP
By: Abinaya Printer Friendly Format
<jsp-config>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<el-ignored>true</el-ignored>
</jsp-property-group
</jsp-config>
You can also disable the EL for specific pages by using a
snippet such as the following:
<jsp-config>
<jsp-property-group>
<url-pattern>noel.jsp</url-pattern>
<el-ignored>true</el-ignored>
</jsp-property-group
</jsp-config>
Comment on this tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview