How to use inside an attribute of <form:input>?

前端 未结 3 1364
南旧
南旧 2021-01-01 10:09

I have JSP code like:

\" path=\"email\" cssClass
3条回答
  •  感情败类
    2021-01-01 10:35

    You can't use a tag inside a tag, simply. You can do something like this,

     
    
    

    P.S. Better use ${i18nTooltip}, instead of, i18nTooltip, to avoid confusion.

提交回复
热议问题