<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18943"></HEAD>
<BODY style="PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 15px" 
id=MailContainerBody leftMargin=0 topMargin=0 CanvasTabStop="true" 
name="Compose message area">
<DIV><FONT size=2 face=Arial>Sorry to be completely obtuse about this but I am a 
day old beginner.&nbsp; How can I get to the configuration page for the 
application?</FONT></DIV>
<DIV style="FONT: 10pt Tahoma">
<DIV><BR></DIV>
<DIV style="BACKGROUND: #f5f5f5">
<DIV style="font-color: black"><B>From:</B> <A 
title="mailto:p3anoman@gmail.com&#10;CTRL + Click to follow link" 
href="mailto:p3anoman@gmail.com">John McKeon</A> </DIV>
<DIV><B>Sent:</B> Sunday, September 19, 2010 9:10 AM</DIV>
<DIV><B>To:</B> <A 
title="mailto:seaside@lists.squeakfoundation.org&#10;CTRL + Click to follow link" 
href="mailto:seaside@lists.squeakfoundation.org">Seaside - general 
discussion</A> </DIV>
<DIV><B>Subject:</B> Re: [Seaside] error when testing the Seaside 
Tutorial</DIV></DIV></DIV>
<DIV><BR></DIV>&gt;From the configuration page for the application. You should 
see nil in its list of libraries.<BR><BR>
<DIV class=gmail_quote>On Sun, Sep 19, 2010 at 1:16 AM, Rob Withers <SPAN 
dir=ltr>&lt;<A 
href="mailto:reefedjib@gmail.com">reefedjib@gmail.com</A>&gt;</SPAN> wrote:<BR>
<BLOCKQUOTE 
style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
class=gmail_quote>
  <DIV style="PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 15px" 
  name="Compose message area">
  <DIV><FONT size=2 face=Arial>Sounds promising but how do I do that?&nbsp; I 
  tried inspecting "self application" and it went boom:&nbsp; 
  WARequestContextNotFound signal</FONT></DIV>
  <DIV style="FONT: 10pt Tahoma">
  <DIV><BR></DIV>
  <DIV style="BACKGROUND: #f5f5f5">
  <DIV><B>From:</B> <A title=p3anoman@gmail.com href="mailto:p3anoman@gmail.com" 
  target=_blank>John McKeon</A> </DIV>
  <DIV><B>Sent:</B> Saturday, September 18, 2010 7:05 PM</DIV>
  <DIV><B>To:</B> <A title=seaside@lists.squeakfoundation.org 
  href="mailto:seaside@lists.squeakfoundation.org" target=_blank>Seaside - 
  general discussion</A> </DIV>
  <DIV><B>Subject:</B> Re: [Seaside] error when testing the Seaside 
  Tutorial</DIV></DIV></DIV>
  <DIV>
  <DIV></DIV>
  <DIV class=h5>
  <DIV><BR></DIV>I have run into this before. You need to remove "nil" 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" 
  target=_blank>reefedjib@gmail.com</A>&gt;</SPAN> wrote:<BR>
  <BLOCKQUOTE 
  style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
  class=gmail_quote>I am following: <A 
    title="http://www.hpi.uni-potsdam.de/hirschfeld/seaside/tutorial?_k=sYMMWLGI&amp;_s=NLtXszDVFNfYkdvO&#13;&#10;CTRL + Click to follow link" 
    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. 
    &nbsp;I pointer my browser to <A 
    title="http://localhost:8080/seaside/todo/&#13;&#10;CTRL + Click to follow link" 
    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>&nbsp; &nbsp; &nbsp; &nbsp;anHtmlRoot meta contentType: self 
    application contentType.<BR>&nbsp; &nbsp; &nbsp; &nbsp;anHtmlRoot meta 
    contentScriptType: WAMimeType textJavascript.<BR>&nbsp; &nbsp; &nbsp; 
    &nbsp;anHtmlRoot htmlAttributes<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
    &nbsp; &nbsp;at: 'xmlns' put: '<A href="http://www.w3.org/1999/xhtml" 
    target=_blank>http://www.w3.org/1999/xhtml</A>';<BR>&nbsp; &nbsp; &nbsp; 
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;at: 'xml:lang' put: 'en';<BR>&nbsp; &nbsp; 
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;at: 'lang' put: 'en'.<BR>&nbsp; 
    &nbsp; &nbsp; &nbsp;anHtmlRoot beXhtml10Strict.<BR>&nbsp; &nbsp; &nbsp; 
    &nbsp;anHtmlRoot title: 'Seaside'.<BR>&nbsp; &nbsp; &nbsp; &nbsp;self 
    application libraries<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
    &nbsp;do: [ :each | each default updateRoot: anHtmlRoot ].<BR>&nbsp; &nbsp; 
    &nbsp; &nbsp;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></DIV></DIV>
  <P></P>
  <HR>

  <DIV class=im>
  <P></P>_______________________________________________<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></DIV>
  <P></P></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><BR 
clear=all><BR>-- <BR><A href="http://john-mckeon.us" 
target=_blank>http://john-mckeon.us</A><BR>
<P>
<HR>

<P></P>_______________________________________________<BR>seaside mailing 
list<BR>seaside@lists.squeakfoundation.org<BR>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<BR></BODY></HTML>