I have message with text and date. I want use date pattern for it and use <f:convertdatetime> but it used only when wrapper tag have only date as value. How to use my pattern?
<h: outputText value="Today is #{bean.date}!!!">
<f:convertdatetime pattern="dd.mm.yyyy"/>
</h: outputText>
don't work. How to solve it?