Hi,
I was wondering if anyone is interested in enhacement of bean:message
tag to be able to extract the key from bean/property, like this:
<bean:message name="b1" property="key"/>
This is useful in cases when the key is dynamically chosen by the
Action. The arguments could also be taken from a bean:
<bean:message key="msg.status" arg0Name="b1" arg0Property="count" />
I have augmented MessageTag class to support this kind of
functionality. If there is an interest, I can send it.
Best regards,
Martin Mavrov