Looks like there&#39;s no answer for my question. <br><br>More generally the question will be: how can I set a value of an input (labeled as &quot;Finish Date&#39;) in reply to get request (generated for #onSelect: event for input &#39;Start Date&#39; in my example)? <br>

Mmmm... now I&#39;m not sure I clearly understand the basics… but maybe I still can get help? <br><br><div class="gmail_quote">2010/7/13 Lukas Renggli <span dir="ltr">&lt;<a href="mailto:renggli@gmail.com">renggli@gmail.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">There are various examples in the jQueryUI documentation that might help you:<br>
<br>
     <a href="http://jqueryui.com/demos/datepicker/" target="_blank">http://jqueryui.com/demos/datepicker/</a><br>
<br>
Lukas<br>
<div><div></div><div class="h5"><br>
On 13 July 2010 06:33, Dennis Schetinin &lt;<a href="mailto:chaetal@gmail.com">chaetal@gmail.com</a>&gt; wrote:<br>
&gt; Hi, all!<br>
&gt;<br>
&gt; I want to do the following: Having a component with two datepickers I want<br>
&gt; to set a date in the 2-nd one a month later than a value in the first one<br>
&gt; (upon selection there).<br>
&gt;<br>
&gt; html text: &#39;Start Date&#39;.<br>
&gt;     html space.<br>
&gt;     (html textInput)<br>
&gt;         on: #startDate of: self request;<br>
&gt;         script: (html jQuery new datepicker onSelect: html jQuery ajax<br>
&gt; serializeThis).<br>
&gt;<br>
&gt; html text: &#39;Finish Date&#39;.<br>
&gt;     html space.<br>
&gt;     (html textInput)<br>
&gt;         on: #finishDate of: self request;<br>
&gt;         script: (html jQuery new datepicker onSelect: html jQuery ajax<br>
&gt; serializeThis)<br>
&gt;<br>
&gt; I guess I have to respond to #onSelect: request with some JS code setting<br>
&gt; new value to &#39;Finish Date&#39; to (calculated on server) value…<br>
&gt; How can I implement that? Or do it some other way?<br>
&gt;<br>
&gt; Sorry, if the questions like this are already covered somewher, a pointer<br>
&gt; (or some advices on how to find such info) would be great. TIA.<br>
&gt;<br>
&gt; --<br>
&gt; Dennis Schetinin<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; seaside mailing list<br>
&gt; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
&gt;<br>
&gt;<br>
<font color="#888888"><br>
<br>
<br>
--<br>
Lukas Renggli<br>
<a href="http://www.lukas-renggli.ch" target="_blank">www.lukas-renggli.ch</a><br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Dennis Schetinin<br>