set boolean value into variable using JSTL tags?

前端 未结 5 2076
失恋的感觉
失恋的感觉 2021-02-06 22:30

I am using JSTL tags. i have below code.


Now variable refreshSent has boole

5条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-06 22:48

    
    

    If the expression in value evaluates to String; then the value of var refreshSent is of type String.

    See http://docs.oracle.com/javaee/5/jstl/1.1/docs/tlddocs/ for reference.

    There is automatic type conversion done behind the scenes.

    See http://today.java.net/pub/a/today/2003/10/07/jstl1.html

提交回复
热议问题