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
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
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,
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