Why JSTL number format value does not support runtime expressions?

后端 未结 4 1888
梦如初夏
梦如初夏 2021-01-19 06:17

I have this code:


<         


        
4条回答
  •  Happy的楠姐
    2021-01-19 07:04

    That's a bit peculiar. If I understand the taglib javadoc correctly, the type attribute can be a runtime value.

    Perhaps you are using an older version of JSTL that doesn't support RT/EL? Check what namespace is associated with the 'fmt' prefix in your JSP.

提交回复
热议问题