In a JSP, it's quite easy, you just have to use a nested <s:param>
inside the tag refering to your message, e.g.

        <s:text name="message.remove">
                <s:param name="value" value="item.name" />
        </s:text>
(of course if item is available through your action via a getItem()
method - same for property "name" on your "item")

For the Freemarker thing, I unfortunately don't know.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to