Re: Working with hashmaps in my Jsp

2004-09-15 Thread Rick Reumann
Frank Zammetti wrote the following on 9/16/2004 12:19 AM: I agree Rick, although I'm not sure anyone should *ever* listen to me :) Like I said, I'm not saying NEVER use taglibs, just that SOMETIMES (well, MANY times, in my opinion) they are superfluous. THIS time, they made sense. :) he he I kno

Re: Working with hashmaps in my Jsp

2004-09-15 Thread Frank Zammetti
ct Omnytex Technologies www.omnytex.com From: Rick Reumann <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: Working with hashmaps in my Jsp Date: Thu, 16 Sep 2004 00:08:59 -0400 Steve

Re: Working with hashmaps in my Jsp

2004-09-15 Thread Rick Reumann
Steve Lianoglou wrote the following on 9/15/2004 9:36 PM: <%-- now "hashKey" has the string of the key into my hashmap that I do some testing with --%> <%-- do some logic, if i like what I see, I want to pull the object at location "hashKey" out of my HashMap --%> <%-- do some o

RE: Working with hashmaps in my Jsp

2004-09-15 Thread Frank Zammetti
tti Founder and Chief Software Architect Omnytex Technologies www.omnytex.com From: Steve Lianoglou <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Working with hashmaps in my Jsp Date: Wed, 15 Sep 2004 18:36:29 -0700 H

Working with hashmaps in my Jsp

2004-09-15 Thread Steve Lianoglou
How do I use a dynamicaly generated "key" to pick off something in my hashmap? The story is that I am iterating over a collection of keys into a hashmap. In my iteration, and after doing some present/notPresent logic, I am pulling an object out of my HashMap, so here is a reduced example of what i