Is there a tag (i.e., outputText) that you can specify a format string and then pass parameters as attribute values? That is, a tag something like:
<t:outputText value="#{bundle.fmt_str_key}" param0="#{bean.name}" />
and in the message bundle something like this:
fmt_str_key=Hello: {0}
Thanks

