Re: how to find a value in a list

2004-03-23 Thread sean jones
Pady Srinivasan Heroix.com> writes: > > Assuming you can get a Collection of roles, using jstl, > > > > Do something... > > > > > Thanks > thanks, but this is about what i have now using the struts iterate tag i have actually decided to create a console page for each role and have th

RE: how to find a value in a list

2004-03-23 Thread Pady Srinivasan
Assuming you can get a Collection of roles, using jstl, Do something... Thanks -- pady [EMAIL PROTECTED] -Original Message- From: sean jones [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 12:31 PM To: [EMAIL PROTECTED] Subject: how to find a value in a list I have a

how to find a value in a list

2004-03-23 Thread sean jones
I have a user object in the session The user object contains a List object that conatins an entry for each role the person has. User { private Roles r = new Roles(); user() {} (getters & setters).. } i have a Console.jsp (this is used to show items that need processing by the user). the p