1. <html:options> expects a Collection, I think.

2. Try to change " to ' for value='<bean:.. Key=".." />'



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: July 21, 2003 10:38 AM
To: [EMAIL PROTECTED]
Subject: Use ApplicationRessources.properties values in <html:options
value="...."> tag


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to