<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Courier New, Courier, monospace">Further to my previous
      posts on this subject, I looked into a Seaside-2.8.4 image<br>
      &nbsp;to find that:<br>
      <br>
      1. The method, asComponent, is in the class Object.<br>
      <br>
      &nbsp;&nbsp; Object &gt;&gt; asComponent<br>
      &nbsp;&nbsp;&nbsp; ^self description asComponentOn: self<br>
      <br>
      2. The method, asComponentOn:, is in the class MAContainer.<br>
      <br>
      &nbsp;&nbsp; MAContainer &gt;&gt; asComponentOn:<br>
      &nbsp;&nbsp;&nbsp; ^self componentClass<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; memento: (anObject mementoClass<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; model: anObject<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; description: self)<br>
      <br>
      I haven't found these methods in Pharo3/Seaside3/Magritte3.<br>
      <br>
      How are components created from descriptions without them?</font>
  </body>
</html>