RE: [EVIL] Modifying a request parameter

2004-07-09 Thread Robert Taylor
LOL > -Original Message- > From: Rick Reumann [mailto:[EMAIL PROTECTED] > Sent: Friday, July 09, 2004 1:41 PM > To: Struts Users Mailing List > Subject: Re: [EVIL] Modifying a request parameter > > > Jim Barrows wrote: > > > Then of course there

RE: [EVIL] Modifying a request parameter

2004-07-09 Thread Andrew Hill
Generator.generate(AppGenerator.java:666) ... 666 more -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED] Sent: Saturday, 10 July 2004 01:41 To: Struts Users Mailing List Subject: Re: [EVIL] Modifying a request parameter Jim Barrows wrote: > Then of course there's the at

RE: [EVIL] Modifying a request parameter

2004-07-09 Thread Jim Barrows
> -Original Message- > From: Rick Reumann [mailto:[EMAIL PROTECTED] > Sent: Friday, July 09, 2004 10:41 AM > To: Struts Users Mailing List > Subject: Re: [EVIL] Modifying a request parameter > > > Jim Barrows wrote: > > > Then of course there

Re: [EVIL] Modifying a request parameter

2004-07-09 Thread Rick Reumann
Jim Barrows wrote: Then of course there's the attribute oriented programming stuff that I like a lot put the configuration in the java classes and have them generated... that puts everything back into one place again, while keeping the ease of configuration the technology promises. I can't wai

RE: [EVIL] Modifying a request parameter

2004-07-09 Thread Jim Barrows
> -Original Message- > From: Rick Reumann [mailto:[EMAIL PROTECTED] > Sent: Friday, July 09, 2004 9:42 AM > To: Struts Users Mailing List > Subject: Re: [EVIL] Modifying a request parameter > > > Jim Barrows wrote: > > > No offense but... better you th

Re: [EVIL] Modifying a request parameter

2004-07-09 Thread Rick Reumann
Jim Barrows wrote: No offense but... better you then me :) *LOL* I have someone at work who loves configuration files, because the increase flexibility.. which is cool, BUT silly putty is flexible too, but you wouldn't want to build a house with it. Actually this is one of my concerns as ever

RE: [EVIL] Modifying a request parameter

2004-07-09 Thread Jim Barrows
> -Original Message- > From: Andrew Hill [mailto:[EMAIL PROTECTED] > Sent: Friday, July 09, 2004 9:20 AM > To: Struts Users Mailing List > Subject: [EVIL] Modifying a request parameter > > > String[] foo = request.getParameterValues("foo"); > fo

[EVIL] Modifying a request parameter

2004-07-09 Thread Andrew Hill
String[] foo = request.getParameterValues("foo"); foo[2] = "you"; //Naughty naughty. Very naughty. Wicked! Absolutely outrageous mate! ;-> In hindsight an odious but obvious and doubtlessly documented hack, yet Ive spent four frustrating hours figuring out how my poor parameters were getting malic