Carsten Dimmek created TOBAGO-2177:
--------------------------------------
Summary: Add support for f:param to tc:out
Key: TOBAGO-2177
URL: https://issues.apache.org/jira/browse/TOBAGO-2177
Project: MyFaces Tobago
Issue Type: Improvement
Components: Core
Affects Versions: 5.3.0
Reporter: Carsten Dimmek
Theres is an h:outputformat component where you can use a MessageFormat with
f:param to create a formatted message.
{code:java}
<h:outputFormat value="param0 : {0}, param1 : {1}" >
<f:param value="Number 1" />
<f:param value="Number 2" />
</h:outputFormat>
{code}
It would be nice if the tc:out component would support a similar behaviour.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)