Néstor Boscán wrote:
How can I use <html:multibox /> or <html:checkbox /> with values that are stored in the request or page context?. I would like to do something like <html:multibox value="<%= request.getAttribute (\"value\") %>"/> without using the <% %> tags. Is there a way to use the JSTL Expression Language or tell the <html:multibox /> tag to get the value from an attributo?.
<html:multibox value="${requestScope['value']}"/> -- Laurie Harper Open Source advocate, Java geek: http://www.holoweb.net/laurie Founder, Zotech Software: http://www.zotechsoftware.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]