<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Blah.. I've looked at those tests for hours. They drive me crazy heh. I only kind of understand what they are doing, but the way those tests work and the stuff I'm trying to do is somewhat dissimilar.<br><br>I have this:<br><br>&nbsp;&nbsp;&nbsp; onClick: (html jQuery ajax script: [:script | <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; script add: (script jQuery: (self clickFunctionNext: html))<br>&nbsp;&nbsp;&nbsp; ]<br>&nbsp;&nbsp;&nbsp; );<br><br>which goes ahead and runs a method, returning some jQuery that shows and hides elements, as well as updating some class instance variables.<br><br>The problem I am having is doing radio buttons, check boxes, etc. for form serialization/validation. I'm not sure how: "find:':input'" works. Does it just go through and pick every input item on the page and serialize it?<br><br>RS<br><br><br>&gt; Date: Fri, 10 Jul 2009 18:13:20 +0200<br>&gt; Subject: Re: [Seaside] jQuery Serialization<br>&gt; From: renggli@gmail.com<br>&gt; To: seaside@lists.squeakfoundation.org<br>&gt; <br>&gt; Normally you combine the serialization with an ajax request that<br>&gt; triggers the callbacks of the form fields, have a look at<br>&gt; JQFormFunctionalTest for examples.<br>&gt; <br>&gt; Cheers,<br>&gt; Lukas<br>&gt; <br>&gt; 2009/7/10 Robert Sirois &lt;watchlala@hotmail.com&gt;:<br>&gt; &gt; When I go to serialize a form element, can I do that with a component<br>&gt; &gt; method, or does everything have to be written to iVars first?<br>&gt; &gt;<br>&gt; &gt; RS<br>&gt; &gt;<br>&gt; &gt; ________________________________<br>&gt; &gt; Bing™ brings you health information from trusted sources. Try it now.<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; &gt;<br>&gt; &gt;<br>&gt; <br>&gt; <br>&gt; <br>&gt; -- <br>&gt; Lukas Renggli<br>&gt; http://www.lukas-renggli.ch<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><br /><hr />Windows Live™ Hotmail®: Spread the word when you add celeb photos to your e-mails. <a href='http://www.windowslive.com/Online/Hotmail/Campaign/QuickAdd?ocid=TXT_TAGLM_WL_QA_HM_celebrity_photos1_072009&cat=celebrity' target='_new'>Check it out.</a></body>
</html>