Ternary operator in JSTL/EL

后端 未结 1 1855
迷失自我
迷失自我 2020-12-03 04:10

The following tag of JSTL can be used to set a value to a variable in a request scope.


         


        
1条回答
  •  情歌与酒
    2020-12-03 05:03

    I tested the following page in Tomcat 5.59, JSP 2.0 and JSTL 1.1. It ran without any errors.

    <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> 
    
    
    
    
    

    0 讨论(0)
提交回复
热议问题