I have run into this before. You need to remove &quot;nil&quot; from the list of libraries for that application.<br><br><div class="gmail_quote">On Sat, Sep 18, 2010 at 4:49 PM, Rob Withers <span dir="ltr">&lt;<a href="mailto:reefedjib@gmail.com">reefedjib@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I am following: <a href="http://www.hpi.uni-potsdam.de/hirschfeld/seaside/tutorial?_k=sYMMWLGI&amp;_s=NLtXszDVFNfYkdvO" target="_blank">http://www.hpi.uni-potsdam.de/hirschfeld/seaside/tutorial?_k=sYMMWLGI&amp;_s=NLtXszDVFNfYkdvO</a><br>

<br>
I loaded the changeset into a seaside image where the WAKom was running.  I pointer my browser to <a href="http://localhost:8080/seaside/todo/" target="_blank">http://localhost:8080/seaside/todo/</a>.<br>
<br>
I got an error in my server: UndefinedObject&gt;&gt;doesNotUnderstand: #default<br>
<br>
from this method:<br>
<br>
WARenderPhaseContinuation&gt;&gt;updateRoot: anHtmlRoot<br>
        anHtmlRoot meta contentType: self application contentType.<br>
        anHtmlRoot meta contentScriptType: WAMimeType textJavascript.<br>
        anHtmlRoot htmlAttributes<br>
                at: &#39;xmlns&#39; put: &#39;<a href="http://www.w3.org/1999/xhtml" target="_blank">http://www.w3.org/1999/xhtml</a>&#39;;<br>
                at: &#39;xml:lang&#39; put: &#39;en&#39;;<br>
                at: &#39;lang&#39; put: &#39;en&#39;.<br>
        anHtmlRoot beXhtml10Strict.<br>
        anHtmlRoot title: &#39;Seaside&#39;.<br>
        self application libraries<br>
                do: [ :each | each default updateRoot: anHtmlRoot ].<br>
        self session updateRoot: anHtmlRoot<br>
<br>
What should I do to fix this?<br>
<br>
Many thanks,<br>
Rob <br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">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>
</blockquote></div><br><br clear="all"><br>-- <br><a href="http://john-mckeon.us" target="_blank">http://john-mckeon.us</a><br>