I'm trying to pass data between different struts forms. Below I've tried to pre-populate a select statement from data stored in the request but I get a compilation error (" Attribute outageEndDateFromMonth has no value " ).
<html:select property="outageEndDateFromMonth" value="<%= request.getAttribute("outageEndDateFromMonth") %>" > <html:options collection="monthList" property="value" labelProperty="label" /> </html:select> Any suggestions on how this can be achieved? Thanks Leon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]