<div dir="ltr"><div>I was going through the Functional Seaside Test Suite (package name:&nbsp;Seaside-Tests-Functional)&nbsp;and I came across the Button test.&nbsp; At first everything seemed fine but apparently the reset button is not supposed to do anything.&nbsp; Or maybe it is, and mine is just not working for some reason.</div>

<div>&nbsp;</div>
<div>I was wondering if there was a simple way to make the reset button do what it is supposed to do.&nbsp; I looked up the beReset method and it just sets the type to reset, but then I got lost in the code.</div>
<div>&nbsp;</div>
<div>renderResetOn: html<br>&nbsp;html heading level2 with: &#39;Reset&#39;.<br>&nbsp;html paragraph: &#39;Clicking the button should not submit the form reset the value in &quot;Input&quot;&#39;. (confusedly worded)<br>&nbsp;html button beReset; with: &#39;Reset&#39;</div>

<div>&nbsp;</div>
<div>Please note that I am an extreme n<font face="Calibri" size="3">ewbie</font> to Seaside and I guess I am new to programming in general.<br clear="all"><br>-- <br>Freeman</div></div>