News

The EL (Expression Language) can be effective to keep scriptlet code away from JSP pages. An Expression Language makes it possible to easily access application data stored in JavaBeans components ...
The Java Specification Request (JSR) expert group members decided, for good reasons, that an expression language specification should be part of the JSP, not the JSTL, specification. Complete ...
In this example, we are just using the tag library to output text, something we could also do with a JSP expression. Tags open up a range of further capabilities with the same syntax. Tomcat ...
It should clean your code considerably and make it easier to read and debug. Note: This will be placed at the top of the JSP along with any class and tag library includes, and is already required for ...