Hi there,<br><br>I&#39;m really enjoying the Ajax integration with Seaside.&nbsp; Thanks Lukas!<br><br>I&#39;m trying to embed a hyperlink into a third party widget (Google Maps).&nbsp; I want to place a link into the marker and then execute an ajax call that updates a list on the server when a user clicks on that link.&nbsp; I&#39;m confused how I should implement this because I don&#39;t understand what parameters I should use for the session variables and Seaside+Scriptaculous builds the IDs and everything else for me.&nbsp; I assume I should define a wrapper method that then calls into a seaside generated ajax method, but since all the Ajax code is so tightly wrapped into Seaside, I&#39;m struggling on where to do this.&nbsp; I love that I don&#39;t even have to think about Ajax in order to use it, but in this case I&#39;d like to find a hook into the process.<br>
<br>Anyone have any guidance?<br><br>Chris<br>