Re: Struts list

2008-06-26 Thread Laurie Harper
Sonu S wrote: HI, I have to show list in my jsp page. I am using i am getting two lists from data base and it is in employee form bean: first list is for employee no and second list is for name. i want to display employee name in and want to use employee no as VALUE in so list would have em

RE: Struts list regeneration problem

2007-08-07 Thread Rajam T .
Hi, You need to have a getter and setter for the id you have given to the iterate tag in the form bean. The return type of the getter method should be the type of object you have inside the arraylist. This way you can retrieve the arraylist. One more point to be noted is all the tags like whi