Hi,

I have just a simple question. Is there some possibility to pass dynamic argument(parameter) when resolving i18n messages via 'resourceBundle' keyword in webflow definition?

For example,
I have a prop. file messages_en.properties that contains the message:
object.deleted=The object {0} has been deleted

In webflow I'd like to use that message:
<set name="flashScope.message" value="resourceBundle['object.deleted']" />

This works fine, but how should I pass a value of parameter {0} ?