Hey, i was having the same problem... i needed a <html:select that was read-only, but it had to forward it's id to the action servlet populate the form bean with it.
i just declared a <html:hidden with the same property after it. like: <html:select property="id" disabled="true" > (...) </html:select> <html:hidden property="id"/> works fine ;) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]