I am new to Seam and I have searched the Internet and the Seam in Action book for this, but I am looking for a way to insert today's date on the seam page (myReport.xhtml or myPdfReport.xhtml)
Seam has a built-in component to get the current date.
Just put
#{currentDate}
Nothing else. You do not need to declare a managed bean, as @BalusC said when using this built-in component.
Source: https://habr.com/ru/post/1723265/More articles:Should I use $ _ [0] or copy the argument list in Perl? - perlMySQL - prevent duplicate entries in a table through an index? - sqlDebugging WPF Browser Applications Gives Download File - debuggingFormat qDebug output for QMaps - c ++What Java web design structure to choose for client and server side validation? - javaHow to use an implementation loaded with a different Java class loader? - javaHow to create a contour graph? - graphHow to find children UserControl instead of Window - replacing Window.FindName - c #How to update NSTableView when its data source has changed? - cocoaListBox value containing links - htmlAll Articles