Well, that is not localizable

I think the use case that he means is more like:

<tr:outputFormatted value="#{messages.str}">
<f:param value="#{myarg}" />
</tr:outputFormatted>

messages.properties
str = Test {0} param

On 8/29/07, Danny Robinson <[EMAIL PROTECTED]> wrote:
> Paul,
>
> I'm confused as to what that would give you over using something like:
>
> tr:outputFormatted value="Hello #{propsFile.world}"
>
> Can you provide a more complex example.
>
> Danny
>
>
>
> On 8/29/07, Paul Mander <[EMAIL PROTECTED]> wrote:
> >
> > I'm having trouble getting variable substitution to work with any of the
> > trinidad tags. Using standard faces I can do the following to substitute
> > parts of a message
> >
> > <h:outputFormat value="Hello {0}.">
> >         <f:param value="World" />
> > </h:outputFormat>
> >
> > However, I cannot get any of the trinidad output tags to work with the
> > f:param tag. The reason why I want to use a trinidad tag is so that I can
> > skin the text correctly.
> >
> > --
> > View this message in context:
> http://www.nabble.com/trinidad-outputFormat-and-f%3Aparam-support-tf4347417.html#a12385896
> > Sent from the MyFaces - Users mailing list archive at Nabble.com.
> >
> >
>
>
>
> --
> Chordiant Software Inc.
>  www.chordiant.com

Reply via email to