<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'>
You're right they both get called. I just made a quick example.<div><br></div><div><div>html div</div><div>&nbsp; &nbsp; style: 'width: 300px; height: 300px; border: 1px solid black; margin: 50px;';</div><div>&nbsp; &nbsp; onClick: (html jQuery this cssAt: 'background-color' put: 'red');</div><div>&nbsp; &nbsp; onClick: (html jQuery this cssAt: 'color' put: 'blue');</div><div>&nbsp; &nbsp; with: 'Hey I''m not turning blue!!!' "oh wait, I am!"</div><div><br></div><div>I must be thinking of something else that wasn't getting called when there were two listeners registered.</div><div><br></div><div>Lol the answer is so obvious. I'm looking at this post (is this still the question?)&nbsp;http://lists.squeakfoundation.org/pipermail/seaside/2012-August/029031.html</div><div><br></div><div>If you send #bePush to a button, it will not respond to any native behavior... here is the method comment:</div><div><br></div><div>"Creates a push button. Push buttons have no default behavior. Each push button may have client-side scripts associated with the element's event attributes. When an event occurs (e.g., the user presses the button, releases it, etc.), the associated script is triggered."</div><div><br></div><div>RS</div><br><div><div id="SkyDrivePlaceholder"></div>&gt; To: seaside@lists.squeakfoundation.org<br>&gt; From: intrader@aol.com<br>&gt; Date: Mon, 27 Aug 2012 19:15:15 +0000<br>&gt; Subject: [Seaside] Re: Help with JQuery example<br>&gt; <br>&gt; Robert Sirois &lt;watchlala &lt;at&gt; hotmail.com&gt; writes:<br>&gt; <br>&gt; &gt; <br>&gt; &gt;I don't think two click listeners can be registered like that. There <br>&gt; can only be one #onClick() if I remember right. Try to chain the <br>&gt; jquery calls.<br>&gt; &gt; <br>&gt; I hope you don't mind me jumping into the conversation. I am also <br>&gt; struggling with callbacks with ajax. I have an issue with your<br>&gt; statement that 'There can only be one #onCLick(). However, the code<br>&gt;  in Dynamic Web Development with Seaside 20.4.1.Defining <br>&gt; a Callback shows two onClick handlers being specified.<br>&gt; <br>&gt; _______________________________________________<br>&gt; seaside mailing list<br>&gt; seaside@lists.squeakfoundation.org<br>&gt; http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br></div></div>                                               </div></body>
</html>