Re: i18n with keys from DB

2004-04-24 Thread Riyad Kalla
Unfortunately you can't use tags inside of eachother like that, which is why my code is still spackled with little expressions: You can use an expression language to get around some cases like this with JSTL, and I think Struts supports the EL as well... I don't know for sure, I haven't used

i18n with keys from DB

2004-04-24 Thread Axel Seinsche
Hi all, I think I have a common problem, but couldn't find any solution in the archive of this list or with Google. All I want to have is i18n where keys come from the DB. My DB contains a table where I can read the keys from. With this key I want to do a lookup in my properties file. How can