I have a global properties file with this key: emailSent=The email was sent to {0}.
I add a message in my action: addActionMessage(getText("emailSent", Arrays.asList(email))); And the {0} stays in the output. Why is this? -- Cheers, Paul
I have a global properties file with this key: emailSent=The email was sent to {0}.
I add a message in my action: addActionMessage(getText("emailSent", Arrays.asList(email))); And the {0} stays in the output. Why is this? -- Cheers, Paul