Hi all , Seen an example like this in the kick start struts book but when I try I get an "cannot create iterator for this collection" In the action class, employee beans are added to an ArrayList which added to the request object ArrayList employees = getEmployees(); request.setAttribute("employees", employees); the jsp <logic:iterate id="employee" name="employees"> <tr align="left"> <td> <bean:write name="employee" property="username" /> </td> <td> Should this works ? Thanks Jim
- Re: newbe question - is this possible Jimmy Coyne
- Re: newbe question - is this possible Riyad Kalla