<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
Thanks. I hope this is fixed before release...<br>
<br>
Lawson<br>
<br>
On 8/2/10 10:56 PM, Nick Ager wrote:
<blockquote
 cite="mid:AANLkTikQwkY2qNejoasEkEU1A+UN=fLROsLRmUP0Oa4Z@mail.gmail.com"
 type="cite">Hi Lawson<br>
  <br>
  <div class="gmail_quote">
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Create your first component<br>
    <br>
Name: MyFirstComponent &lt;Create&gt;<br>
    <br>
    <br>
clicking on the create button displays a page with the following. which
is almost certainly intimidating to a new user (at keast it would be to
me and I can't find anything associated with the startup page that
explains what I'm seeing):<br>
    <br>
Seaside Walkback<br>
    <br>
MessageNotUnderstood: WAComponent
class&gt;&gt;subclass:instanceVariableNames:<br>
    <br>
  </blockquote>
  <div><br>
  </div>
  <div>Are you running on Squeak? If so &nbsp;the error is caused by a
difference between Pharo and&nbsp;Squeak. &nbsp;A fix for the WAWelcome package
is available in&nbsp;<a moz-do-not-send="true"
 href="http://www.squeaksource.com/Seaside30">http://www.squeaksource.com/Seaside30</a>,
so you use Monticello to update&nbsp;WAWelcome or change the following line
in WAWelcomeComponentCreator&gt;&gt; createComponent: componentName</div>
  <div><br>
  </div>
  <div>from:</div>
  <div>&nbsp;&nbsp; &nbsp;userComponent := WAComponent subclass: componentName</div>
  <div>instanceVariableNames: ''.</div>
  <div><br>
  </div>
  <div>to:</div>
  <div>&nbsp;&nbsp; &nbsp;userComponent := WAComponent subclass: componentName</div>
  <div>instanceVariableNames: '' classVariableNames: ''
poolDictionaries: ''</div>
  <div>category: 'Unclassified'.</div>
  <div><br>
  </div>
  <div>see also:&nbsp;<a moz-do-not-send="true"
 href="http://lists.squeakfoundation.org/pipermail/seaside/2010-July/023906.html">http://lists.squeakfoundation.org/pipermail/seaside/2010-July/023906.html</a></div>
  <br>
  </div>
</blockquote>
<br>
</body>
</html>