Re: logic:iterate for arraylist of beans

2006-12-13 Thread Kranti Parisa
gt; From: Kranti Parisa [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 13, 2006 3:23 PM > To: Struts Users Mailing List > Subject: Re: logic:iterate for arraylist of beans > > Dear Mano, > > I need to display the employees from the emp table > emp table is having

Re: logic:iterate for arraylist of beans

2006-12-13 Thread Kranti Parisa
Wednesday, December 13, 2006 3:23 PM To: Struts Users Mailing List Subject: Re: logic:iterate for arraylist of beans Dear Mano, I need to display the employees from the emp table emp table is having following columns 1) empid 2) fname 3) lname 4) email 5) mobile ...etc so when i fire a query i will

RE: logic:iterate for arraylist of beans

2006-12-13 Thread Anil Kumar T
Sent: Wednesday, December 13, 2006 3:23 PM To: Struts Users Mailing List Subject: Re: logic:iterate for arraylist of beans Dear Mano, I need to display the employees from the emp table emp table is having following columns 1) empid 2) fname 3) lname 4) email 5) mobile ...etc so when i fire a query i wil

Re: logic:iterate for arraylist of beans

2006-12-13 Thread Kranti Parisa
anti Parisa [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 13, 2006 3:06 PM To: Struts Users Mailing List Subject: Re: logic:iterate for arraylist of beans Hi Mano, In the code you have written "Emp" should be the name of the ArrayList right? and in logic:iterate type is there?

RE: logic:iterate for arraylist of beans

2006-12-13 Thread mano dasanayake
uts Users Mailing List Subject: Re: logic:iterate for arraylist of beans Hi Mano, In the code you have written "Emp" should be the name of the ArrayList right? and in logic:iterate type is there? i hope you mean to say collection="" .. and i need to submit the form after se

Re: logic:iterate for arraylist of beans

2006-12-13 Thread Kranti Parisa
Parisa [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 13, 2006 2:07 PM To: Struts Users Mailing List Subject: logic:iterate for arraylist of beans hi, i am facing proble for the following = assigning value to check box say logic:iterate is having arraylist this arraylis

RE: logic:iterate for arraylist of beans

2006-12-13 Thread mano dasanayake
List Subject: logic:iterate for arraylist of beans hi, i am facing proble for the following = assigning value to check box say logic:iterate is having arraylist this arraylist is with beans means for example employee bean i want to view all emps in jsp what we will do is we

logic:iterate for arraylist of beans

2006-12-13 Thread Kranti Parisa
hi, i am facing proble for the following = assigning value to check box say logic:iterate is having arraylist this arraylist is with beans means for example employee bean i want to view all emps in jsp what we will do is we create a bean for each employee and add tht bean