Java – replace El in JSP with spel from spring 3.0

Tired of old el, unable to call bean and other methods in JSP

Can I use spiel from spring 3.0 in JSP?

Solution

Upcoming spring framework 3.0 Version 1 adds a new spring: Eval JSP tag that allows you to evaluate spel expressions from JSP pages

<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>

Future versions will add a unified El adaptation layer with JSP 2.1 or > engine

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>