Is this possible with struts ? i don't find a mention of it but can't imagine it hasn't been implemented.
For example in the jsp <html-el:select property="swimmingPool"> <html-el:optionsCollection property="swimmingPoolOptions" value="name" label="name"/> </html-el:select> Which generates the following ... <select name="swimmingPool"><option value="type.yes">type.yes</option> <option value="type.no">type.no</option> <option value="type.option_to_build">type.option_to_build</option> <option value="type.undefined">type.undefined</option></select> Is it possible to map type.no to a value in the resource bundles ?? --b -- http://www.revoltingdigits.com https://jestate.dev.java.net --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]