<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    I suggest looking at the <a
      href="http://www.impredicative.com/ur/demo/">main Ur/Web demo</a>,
    particularly the named demos from Alert to Batch.  There's a good
    chance the code there will clear up all your questions.<br>
    <br>
    <div class="moz-cite-prefix">On 08/08/2014 01:08 PM, Sergey Mironov
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAMOkk_YvyNKKU6jg+Tr81VxHyt8a_SMJaQKLaRTkMbOM8WyJvg@mail.gmail.com"
      type="cite">
      <blockquote type="cite">
        <pre wrap="">Presumably the display of inputs includes several widgets associated with
different [source]s.  That is, you must allocate new [source]s for each new
row in the GUI.  The [onclick] code of the button would use [get] to read
the values of these sources and combine them properly.

Is this answer at a good level of detail?
</pre>
      </blockquote>
      <pre wrap="">
Almost. I've looked into the basis.urs and find that cformTags widgets
may take sources as arguments and are actually designed to be used
without forms. So probably I should use them instead of formTags
equivalent, correct?
</pre>
    </blockquote>
  </body>
</html>