<div dir="ltr">I noticed that the Seaside tutorial has code such as:<br><br>html div class: &#39;menu&#39;;&nbsp; with: self menuComponent.<br><br>Whereas the Scriptaculous demo code does things like this:<br><br>html paragraph id: &#39;position&#39;; with: position.<br>
<br><br>I.e. they didn&#39;t bother adding (or using) a getter for position.&nbsp; Who is right, or doesn&#39;t it matter, or is there another reason why it would be written differently?<br><br>cheers<br>AB<br></div>