<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div><div>Hi,<br><br></div>anyone knows the seaside example from the pharo by example book:<br><br>SBE2-SeasideRPN-on.1<br><br>MCSqueaksourceRepository<br>    location: '<a href="http://www.squeaksource.com/SqueakByExample">http://www.squeaksource.com/SqueakByExample</a>'<br>    user: ''<br>    password: ''<br><br></div>I can not get it to work. On Seaside 3.0 you need to change the class initialization,<br></div>because the application registration had changed.<br></div>But despite that, the calculator does not work. Everytime I push on a number<br></div>I get a empty-collection-error.<br></div>I don't understand why, because the rendering of the calculator stack <br></div>calls a method ensureStackMachineNotEmpty, that puts a 0 onto the stack.<br></div>Now, pushing a keypad button for a number, will pop this element and convert both<br></div>the existing number and the new number to a new number.<br></div>But somehow the stack is empty, eventhough we call ensureStackMachineNotEmpty.<br><br></div>Anyone has experience with this example or can find out what is wrong ?<br></div><div>I don't have much experience with seaside.<br><br></div>thanks in advance.<br></div>