Struts 1 - Set available values in the bean: message

1

I work with java web and until 1 month ago we did not use any Framework in the company.

Now I'm using Struts 1 and a question arose that I'm not finding an answer anywhere. Without further entanglement I will explain the problem:

The system needs to be translated into 3 languages, I have already solved this using the .property files, but I need the values to come from the database, not from a file, I already have the database, HasMap As Struts does with files, what I need to know is how do I make HasMap get in place in the file, something like setting org.apache.struts.action.MESSAGE .

    
asked by anonymous 02.07.2015 / 13:52

0 answers