RE: JSTL and collections

2004-11-09 Thread Robert Taylor
I'm not sure if this will work, but you can try. Not sure about this one: robert > -Original Message- > From: andy wix [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 09, 2004 7:38 AM > To: [EMAIL PROTECTED] > Subject: JSTL and co

JSTL and collections

2004-11-09 Thread andy wix
Hi, If I have a class Person which has id and name instance vars and have a collection of these in a page how can I access the name if I have the id available? So I have: where each wrap object has the id for a collection in the session scope called Persons from which I wish to grab the name.