RE: JSTL Map Accessors

2004-07-06 Thread Erez Efrati
#x27; sign in 'items = '? If so try removing them. 2. Put a in the loop just to make sure you are getting those strings in the array. Hope this helps, Erez -Original Message- From: Denis Avdic [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 8:56 PM To: Struts Users

RE: JSTL Map Accessors

2004-07-06 Thread Barett McGavock
Denis, Have you tried ? Barett > -Original Message- > From: Denis Avdic [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 06, 2004 11:56 AM > To: Struts Users Mailing List > Subject: JSTL Map Accessors > > > Hello, > > I have a problem that I can'

JSTL Map Accessors

2004-07-06 Thread Denis Avdic
Hello, I have a problem that I can't seem to get around. I have a number of maps in my request, all keyed by same sequence of String keys that are contained within an ArrayList in that same request. My question is how do I get to the values in those maps? I've tried variations on: but that o