You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Terje Hopsø <te...@online.no> on 2003/07/21 18:47:01 UTC

Resetting inputparameters to a jsp-page?

Hi,
 
Is there an easy way to reset inputparameters? 
 
I use them like this
 
<input name="dato" type="text" class="small" id="dato" size="5"
maxlength="5" value="<c:out value='${param.dato}' />">
 
The problem is that a reset-button will not reset the fields when using
jstl. I have a feeling this is not possible but I just want to ask.
 
- Terje