Hi all!
I have my validation:
@RequiredStringValidator(key="erro.required")
And in my package.properties:
erro.required={0} is required
How can i use this param ???
I tried:
@RequiredStringValidator(message="%{getText('erro.required', new String[]
{'Login'})}")
But it's not working.
Thanks!
--
View this message in context:
http://www.nabble.com/Struts2-Validation-Annotations---Message-with-params-tp24167311p24167311.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]