<h:outputFormat value=".....">
<f:param value="..."/>
<f:param value="..."/>
<f:param value="..."/>
</h:outputFormat>
En l'instant précis du 02/07/07 16:25, [EMAIL PROTECTED] s'exprimait
en ces termes:
> 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
>