egovconcepts / jacp

Automatically exported from code.google.com/p/jacp
0 stars 0 forks source link

Dynamic Set of Language #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello, I would like to set the "localeID" dynamic. I read the favored language 
from the DB. I don't want to set it hard coded via annotiations, so I tried to 
set it in the constructor with "this.setLocaleID(language.getLocale)" but I get 
an "UnsupportedOperationException: Do Not Set document manually". Any idea to 
solve this problem?

Original issue reported on code.google.com by florians...@googlemail.com on 12 Nov 2012 at 10:35