If your code is exactly like the following it should work.<br>But I assume that you maybe have entered an extra &quot;;&quot;&nbsp; after textInput.<br><br><br>renderTextInputOn: html<br><br>html textInput<br><div class="tab">&nbsp;on: #email of: self;<br>
</div>&nbsp;value: &#39;&#39;.<br>html space.<br><br><br><br><div class="gmail_quote">On Fri, Jan 9, 2009 at 5:35 PM, Steve Bleeke <span dir="ltr">&lt;<a href="mailto:sbleeke@msn.com">sbleeke@msn.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">






<div bgcolor="#ffffff">
<div><font size="2" face="Arial">I am running the tutorial and I have reached the 
Ajax chapter performing all tasks up to that point.&nbsp; I am running on Squeak 
3.10.2-7179 and have loaded the latest version of Seaside.</font></div>
<div><font size="2" face="Arial"></font>&nbsp;</div>
<div><font size="2" face="Arial">When I go to run the ToDo application I get the 
following error</font></div>
<div><span style="word-spacing: 0px; font-family: &#39;Times New Roman&#39;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 16px; line-height: normal; font-size-adjust: none; font-stretch: normal; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate;"><font size="2" face="Arial"></font></span>&nbsp;</div>

<div><span style="word-spacing: 0px; font-family: &#39;Times New Roman&#39;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 16px; line-height: normal; font-size-adjust: none; font-stretch: normal; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate;"><span style="word-spacing: 0px; font-family: &#39;Times New Roman&#39;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 16px; line-height: normal; font-size-adjust: none; font-stretch: normal; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate;">
<h1>MessageNotUnderstood: WAHtmlRenderer&gt;&gt;on:of:</h1>
<ul>
  <li>WAHtmlRenderer(Object)&gt;&gt;doesNotUnderstand: #on:of:
  <blockquote>
    <table>
      <tbody>
      <tr>
        <td>self</td>
        <td>a WAHtmlRenderer</td></tr>
      <tr>
        <td colspan="2"><b>temps</b></td></tr>
      <tr>
        <td>aMessage</td>
        <td>on: #email of: a StLoginComponent</td></tr>
      <tr>
        <td colspan="2"><b>inst vars</b></td></tr>
      <tr>
        <td>attributeBuffer</td>
        <td>nil</td></tr>
      <tr>
        <td>context</td>
        <td>a WARenderingContext</td></tr>
      <tr>
        <td>callbacks</td>
        <td>a WACallbackRegistry</td></tr>
      <tr>
        <td>shortcutBuffer</td>
        <td>nil</td></tr></tbody></table></blockquote></li>
  <li>
  <blockquote><font size="2" face="Arial">When I go to the StLoginContext class, 
    the code seems to be accurate.</font></blockquote></li>
  <li>
  <blockquote><font size="2" face="Arial">What am I 
missing?</font></blockquote></li></ul></span></span></div></div>
<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>
<br></blockquote></div><br>