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
There *IS* an easy way... don't use all the taglibs! :) It always amazes me how people will bend over backwards working with custom tags to do things that would be simple as hell with scriplets, all in the name of "clean code" and "complete separation of presentation from everything else". Whil