Hi all,<br>I&#39;m a little bit confused... I&#39;m trying to add dynamically created components to a component of seaside... the scheme is as follows: <br>1) I create an empty Set in Board object<br>2) I create a Menu who renders a list of options, lets say A and B, both of them creates and add a new Note to Board
<br>3) Component Note is very simple (just a div with a text) <br>4) Of course, Board#renderContextOn: render menu, iterates on &quot;notes&quot; and call html #render:  wich each one. Message #children returns an array with  all childs of Board (menu+notes)
<br><br>I thought this would show a page with the menu and the notes dynamically added to the page... well, it does not work :(<br>It just shows the menu and the last added note. What I&#39;m doing wrong?<br><br>Thanks, <br>
Esteban<br><br>-- <br>&quot;Querer es suscitar las paradojas&quot;<br>Camus. El míto de Sísifo.