Re: Setting param values

2002-07-30 Thread Shawn Bayern
On Tue, 30 Jul 2002, David Goodenough wrote: > OK, I will change my code accordingly. Can I suggest that swallowing > the values silently is a bit unhelpful, perhaps it should throw some > kind of exception if you try to set something that can not be set! I agree; I'll take a look. To make sur

Re: Setting param values

2002-07-30 Thread David Goodenough
On Tuesday 30 July 2002 17:43, you wrote: > On Tue, 30 Jul 2002, David Goodenough wrote: > > Using JSTL can I set a param.? value? I can access the values using:- > > > > > > > > but if I want to update the value using:- > > > > > > > > subsequent uses of "${param.Name}" seem to have the old va

Re: Setting param values

2002-07-30 Thread Shawn Bayern
On Tue, 30 Jul 2002, David Goodenough wrote: > Using JSTL can I set a param.? value? I can access the values using:- > > > > but if I want to update the value using:- > > > > subsequent uses of "${param.Name}" seem to have the old value not the > new one. > > Do I need to specify a scope,

Setting param values

2002-07-30 Thread David Goodenough
Using JSTL can I set a param.? value? I can access the values using:- but if I want to update the value using:- subsequent uses of "${param.Name}" seem to have the old value not the new one. Do I need to specify a scope, or should I use the param[ 'Name'] notation or what? Thanks in advan