<html><head><style>body{font-family:Helvetica,Arial;font-size:13px}</style></head><body style="word-wrap:break-word;line-break:after-white-space"><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">Hi John,</div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto"><br></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">It doesn't seem like you ever got an answer to your question. Is it still something you need help with? If so, please reply and I'll take a closer look.</div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto"><br></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto"><br></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">Cheers,</div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">Max</div> <br> <div id="bloop_sign_1515268802060573952" class="bloop_sign"> <br></div> <br><p class="airmail_on">On 6 December 2017 at 17:04:11, john cummings (<a href="mailto:jndbusiness@gmail.com">jndbusiness@gmail.com</a>) wrote:</p> <blockquote type="cite" class="clean_bq"><span><div><div></div><div>hi all,<br><br>i'm working my way to become more familiar with seaside on dolphin<br>(seaside v3.0). i have successfully completed the todo app. now i have<br>started my own app using the todo app as a guide.<br><br>i am getting walkback (see below) in the session start. i have set my<br>app up similar to the todo. one thing i do notice is that when i go<br>back into seaside config the root class says "a JCBYCBi..." rather<br>than "JCBYCBi...", which seems to say an INSTANCE is in config rather<br>than a CLASS.<br><br>any help welcome,<br><br>john<br><br><br><br>decoration<br>      ^ decoration contents   <== decoration isNil<br><br><br>addDecoration: aDecoration<br>       "Add aDecoration to the receivers decoration chain. Answer the added<br>decoration."<br>  <br>      | previous current |<br>  previous := nil.<br>      current := self decoration.<br>   [ current ~~ self and: [ self decoration: current shouldWrap:<br>aDecoration ] ] whileTrue: [<br>           previous := current.<br>          current := current next ].<br>    aDecoration setNext: current.<br> previous isNil<br>                ifTrue: [ self decoration: aDecoration ]<br>              ifFalse: [ previous setNext: aDecoration ].<br>   ^ aDecoration<br><br><br>createRoot<br> ^ self rootDecorationClasses<br>          inject: self rootClass new<br>            into: [ :component :decorationClass |<br>                 component<br>                             addDecoration: decorationClass new;<br>                           yourself ]<br>_______________________________________________<br>seaside-dev mailing list<br><a href="mailto:seaside-dev@lists.squeakfoundation.org">seaside-dev@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev">http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev</a><br></div></div></span></blockquote></body></html>