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.

Reply via email to