<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'>
Thanks Johan. That was the other thing I had to change.<div><br></div><div>rS<br><br><div>&gt; Subject: Re: [Seaside] Concatenate Seaside/JQuery to Javascript<br>&gt; From: johan@inceptive.be<br>&gt; Date: Wed, 23 Nov 2011 20:44:59 +0100<br>&gt; To: seaside@lists.squeakfoundation.org<br>&gt; <br>&gt; Hi Robert,<br>&gt; <br>&gt; I think this is what you are looking for:<br>&gt; <br>&gt; (html jQuery ajax callback: [:v | self zoom: v ] value: (JSStream on: 'Scaler.scale') ) asFunction assignTo: 'Scaler.sendData'<br>&gt; <br>&gt; if not, I think I misunderstood the question.<br>&gt; <br>&gt; cheers,<br>&gt; Johan<br>&gt; <br>&gt; On 23 Nov 2011, at 20:28, Robert Sirois wrote:<br>&gt; <br>&gt; &gt; How can I do something like this? It's sorta cheating hehe.<br>&gt; &gt; <br>&gt; &gt; Scaler.sendData = function() { ', (html jQuery ajax callback: [:v | self zoom: v ] value: 'Scaler.scale' ) asJavascript, '; };<br>&gt; &gt; <br>&gt; &gt; I guess my problem is that I need the ajax url tied to the session.<br>&gt; &gt; <br>&gt; &gt; Thanks,<br>&gt; &gt; RS<br>&gt; &gt; _______________________________________________<br>&gt; &gt; seaside mailing list<br>&gt; &gt; seaside@lists.squeakfoundation.org<br>&gt; &gt; http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<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>