Please i need alot of help here. i have the following code
<bean:define id="conditionsList" type="java.util.ArrayList" name="conditionsList" /> <logic:iterate id="theSCBean" name="conditionsList" type="com.cci.dv.formBean.SpecialConditionsBean"> <html:form action="/compliance/MainSpecialConditions" target="CONTENT"> <html:select property="pgmIDArray"> <nested:nest property="programs" name="theSCBean"> <nested:define property="programs" id="programs"/> <nested:options collection="programs" property="programID" labelProperty="pgmName" /> </nested:nest> </html:select> </logic:iterate> </html:form> I recieve the following error. java.lang.IllegalArgumentException: Null property value for 'programs' What am i doing wrong. Just to let u know that programs is an ArrayList in SpecialConditionsBean. thank u for you help. Daniel Jaffa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>