RE: ArrayList set method in nested bean- confusion

2003-03-14 Thread Huw Jones
set method in nested bean- confusion should be fine.. to add a new row you can do so using the set's on the formBean in you action class... Giovedì, 13 mar 2003, alle 18:10 Europe/Rome, Huw Jones ha scritto: I have a nested bean where beanA (courseBean) stores an ArrayList of bean2 (event

ArrayList set method in nested bean- confusion

2003-03-13 Thread Huw Jones
I have a nested bean where beanA (courseBean) stores an ArrayList of bean2 (event). I can dump out the ArrayList no problem but I can't seem to make the set method run. So here are some code snippits. JSP logic:notEmpty name=courseEventForm property=courseBean.events html:text

Re: ArrayList set method in nested bean- confusion

2003-03-13 Thread Mark Lowe
should be fine.. to add a new row you can do so using the set's on the formBean in you action class... Giovedì, 13 mar 2003, alle 18:10 Europe/Rome, Huw Jones ha scritto: I have a nested bean where beanA (courseBean) stores an ArrayList of bean2 (event). I can dump out the ArrayList no