Re: Nested Bean Problem

2003-07-27 Thread Frost, Gary [IT]
eprecated). But then I'm not a Language Specification writer, so maybe I'm missing something. Gary -Original Message- From: Nagaraj_K [mailto:[EMAIL PROTECTED] Sent: Friday, 25 July 2003 3:15 PM To: Struts Users Mailing List Subject: RE: Nested Bean Problem Why not add

RE: Nested Bean Problem

2003-07-24 Thread Nagaraj_K
] [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 10:39 AM To: Struts Users Mailing List Subject: Re: Nested Bean Problem Actually the ArrayList menuComponentBean is having all the menuNames which I am showing in the top header row of a html table. I want to set the colspan of all the other

Re: Nested Bean Problem

2003-07-24 Thread prashant . mdesai
AIL PROTECTED]> <[EMAIL PROTECTED]cc: go.com> Subject: R

Re: Nested Bean Problem

2003-07-24 Thread Nagendra Kumar O V S
: Friday, July 25, 2003 09:57:28 AM To: [EMAIL PROTECTED] Subject: Nested Bean Problem  Hi,I have a problem handling nested beans..For example...I have a userBean as given belowprivate int userID;private String lastName;private String firstName;private

Nested Bean Problem

2003-07-24 Thread prashant . mdesai
Hi, I have a problem handling nested beans.. For example... I have a userBean as given below private int userID; private String lastName; private String firstName; private ArrayList roleUser; Where the last field Arraylist is the arraylist of the objects of the bean called roleUserBean. Again the

Nested Bean Problem

2003-07-24 Thread prashant . mdesai
Hi, I have a problem handling nested beans.. For example... I have a userBean as given below private int userID; private String lastName; private String firstName; private ArrayList roleUser; Where the last field Arraylist is the arraylist of the objects of the bean called roleUserBean. Again the

Nested Bean Problem

2003-07-24 Thread prashant . mdesai
Hi, I have a problem handling nested beans.. For example... I have a userBean as given below private int userID; private String lastName; private String firstName; private ArrayList roleUser; Where the last field Arraylist is the arraylist of the objects of the bean called roleUserBean. Again the

Re: Nested Bean Problem

2003-07-21 Thread Nagendra Kumar O V S
List Subject: Nested Bean Problem  Hi,I have a problem handling nested beans..For example...I have a userBean as given belowprivate int userID;private String lastName;private String firstName;private ArrayList roleUser;Where the last field Arraylist is the

Nested Bean Problem

2003-07-21 Thread prashant . mdesai
Hi, I have a problem handling nested beans.. For example... I have a userBean as given below private int userID; private String lastName; private String firstName; private ArrayList roleUser; Where the last field Arraylist is the arraylist of the objects of the bean called rol