I'm working with commons validation module and I have a question about error messages. It is possible to use a database table to store the messages instead of properties file? how can I do this?

Thanks