What is the difference between expression language functions and custom tags?
问题 Why would I go for custom tags instead of el functions? What are the advantages / disadvantages when they are compared? 回答1: The EL, initially, has been designed to be used inside attributes of the JSTL tags, and any other custom tag you might want to use or write yourself. A later version of the JSP spec has allowed using the EL directly inside the JSPs, but this doesn't mean the JSTL isn't useful anymore. The only thing you can do with EL directly in the JSP is to write some value to the