Using JSTL can I set a param.? value?  I can access the values using:-

<c:out value="${param.Name}" />

but if I want to update the value using:-

<c:set var="param.Name" value="new Value" />

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 advance

David

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to