I need to put a date into the title attribute of an image so that it displays when the user puts the mouse over. Problem is I would like to change the date format.
Any ideas?
<ice:graphicImage value="bean.image" title="#{bean.date}"/>
|
|
Either do it directly in a getter method
or grab JSTL's
(which would not work inside repeating components like |
|||||||
|