Re: iterate arraylist question

2005-10-31 Thread Murray Collingwood
Hi Checkout the documentation, it even includes an example... http://struts.apache.org/struts-taglib/tagreference-struts-logic.html#iterate Kind regards mc On 31 Oct 2005 at 19:35, sma3har wrote: > Hi, > > I want to iterate through my arraylist of objects and > display the values using bean:w

iterate arraylist question

2005-10-31 Thread sma3har
Hi, I want to iterate through my arraylist of objects and display the values using bean:write and submit them with form. My strut config has : feild4 is an arraylist of javabean class mybean. class mybean{ String new1; String new2; String new3; public String g