views:

28

answers:

1

Hello I have created a filter for my list. In a template named _search.gsp And I need a clear button that clears out all the fields in the filter. I have one textField named proyectoRutaN And four datePickers named fechaCambioD , fechaCambioH , lastUpdatedD, and lastUpdatedH

Any help would be greatly appreciated! Thanks!

-Fernando

+1  A: 

I think you can just use the html tag:

<input type='reset' value='Reset' />

within your form.

proflux
indeed! LOL Thanks!
fgualda87