Using JSF EL in a plain HTML attribute

后端 未结 3 886
梦谈多话
梦谈多话 2020-12-18 05:07

Can we use JSF EL inside a HTML tag? For example, inside a plain HTML element, can we use EL #{bean.color} for the bgcolor

3条回答
  •  执念已碎
    2020-12-18 05:43

    You can integrate el with html in facelets.

    example:

       

    example 2:

    
    

提交回复
热议问题