Hello!
 
I want to use  some values from the properties file in my JSP page.
 
ApplicationRessources.properties file:
language.german = Deutsch
language.english = Englisch
 
 
Normally such values are used within a JSP page like this: <bean:message
key=" language.german "/> 
 
But how I can use this value within a <html:options value="...."> tag?
 
<html:options value="<bean:message key=" language.german "/> "> does not
work.
 
 
Dirk

Reply via email to