Olivier Dinocourt wrote:
> I have a key/value pair for the error message in my
> ApplicationResources.properties. Should I use the MessageFormat syntax (blah
> {0} blah {1} blah) for the value, or another Struts-specific syntax ?Struts uses the MessageFormat syntax. There is no Struts-specific syntax. -Mark -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

