我是Seam的新手,我一直在寻找互联网和Seam in Action的书,但我正在寻找在今天的缝合页面中插入今天日期的方法(myReport.xhtml或myPdfReport.xhtml)
解决方法:
Seam中有一个内置组件,以获取当前日期.
刚刚放
#{currentDate}
没有其他的.在使用这个内置组件时,你不需要像@BalusC所说的那样声明托管bean.
标签:seam,java,date
来源: https://codeday.me/bug/20190827/1742306.html