>  Is it possible for me to have multilingual Validations using Annotation
>  Based Validations in Struts2 ?

Yes, you can, just add key = some.error.message to your annotation, like below

    @RequiredStringValidator(key = "some.key")
    public void setFirstName(String firstName) {
        this.firstName = firstName;
    }


Regards
-- 
Lukasz

http://www.linkedin.com/in/lukaszlenart

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to