I was trying to clear request parameters
that were submitted to a form before processing
further.
I have the following code to try to clear the 2 parameters
param.vendor and param.station.
<c:if test="{param.submit eq 'Reset'}">
<c:set var="vendor" scope="request" value="Default"/>
<c:set var="station" scope="request" value="Default"/>
</c:if>
This is not working. Anybody know how i can do this.
Thanks
Anand Narayan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]