You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by "Narayan, Anand" <AN...@e-gatematrix.com> on 2003/10/10 19:08:55 UTC

Clear request parameters

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: taglibs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-user-help@jakarta.apache.org