<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Georgia">Disregard my previous reply. By the time you
      get to the code below, "html" is no longer usable (it was a canvas
      for the original render). <br>
      <br>
    </font>
    <div class="moz-cite-prefix">On 6/12/13 4:04 PM, Juan wrote:<br>
    </div>
    <blockquote
cite="mid:CAKizN9waPBRwvbq_87Zk7aGs_txo4H+cb14RXC53jH6nz_kNkQ@mail.gmail.com"
      type="cite">self call: (self renderContentTableOn: &nbsp;html)</blockquote>
    <font face="Georgia">Depending on just what you want to accomplish,
      you could try something like:<br>
      <br>
      &nbsp;&nbsp;&nbsp; html submitButton<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; callback: [ self call: (SomeOtherComponent new)];<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; value: 'Save' <br>
      <br>
      Cheers,<br>
      Bob<br>
    </font>
  </body>
</html>