<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>Oh I see. I shall try that after vacation ;)<br><br>Thanks<br>RS<br><br>> Date&#58; Wed, 20 Jul 2011 19&#58;10&#58;50 &#43;0200<br>> Subject&#58; Re&#58; &#91;Seaside&#93; Cancel Button<br>> From&#58; philippe.marschall&#64;gmail.com<br>> To&#58; seaside&#64;lists.squeakfoundation.org<br>> <br>> 2011/7/9 Robert Sirois &#60;watchlala&#64;hotmail.com&#62;&#58;<br>> &#62; The &#40;WACancelButtonTag&#41; cancel button in a form with required fields &#40;html<br>> &#62; 5&#41; still requires the fields to be filled out when canceling hehe. Is this<br>> &#62; normal&#63;<br>> <br>> You mean the browser still validates them&#63; Well it&#39;s kinda expected.<br>> There is no cancel button in HTML so we just use a normal one and do<br>> callback trickery. Unfortunately the browser doesn&#39;t know about this.<br>> A possible fix might to to set the novalidate property on the form<br>> when the button is pressed.<br>> <br>> Cheers<br>> Philippe<br>> _______________________________________________<br>> seaside mailing list<br>> seaside&#64;lists.squeakfoundation.org<br>> http&#58;//lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br>                                               </div></body>
</html>