Hi.. I'm using T 5.3.4,
@Inject private Messages messages; messages.get("key") return string from correct local properties file when called from "setupRender" and "afterRender". But, why messages.get("key") always return string from default local properties when called from "onValidate" and "onSuccess" ? Am I doing something wrong or is this the expected behavior ? Thanks in advance...