Hello together, I am trying to implement a search_form with a dynamic pull-down menu whose entries can be in different languages.
Unfortunatelly, I can't put a <bean:message>-Tag inside a <bean:write>-Tag. At least I get the following exception: org.apache.jasper.JasperException: /search_form_advanced.jsp(48,126) equal symbol expected Is there a workaround for this? Or do I have to use JSP instead? Here is my code: <select name="searchCategories_0" size="1"> <logic:iterate id="search_categories" name="search_categories"> <option value="<bean:write name="search_categories" />"><bean:message key="<bean:write name="search_categories"/>" /></option> </logic:iterate> </select> Thanks for your help, Klaus -- "Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ... Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]