<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">It's there it's just in WARendererCanvas do:</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">html urlForAction: [self call: SUTest2 new]</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span class="Apple-style-span" style="-webkit-text-stroke-width: -1; ">Philippe</span></div></blockquote><br></div><div>Bingo!</div><div><br class="webkit-block-placeholder"></div><div>That is it, that is how you generate a session url pointing to the any component (here SUtest2) in Seaside 2.8 into the html page.</div><div><br class="webkit-block-placeholder"></div><div>And for newbies like me:</div><div><br class="webkit-block-placeholder"></div><div>temp := html urlForAction: [self call: SUTest2 new] is how you put the value into a variable and <span class="Apple-style-span" style="text-decoration: underline;">not</span> into the html page.</div><div><br></div><div><br class="webkit-block-placeholder"></div><div>Thank you all for helping me out here! </div><div>Now I have to figure out why I could not solve this myself. Do you all have superior insight in how Seaside works, are you better at browsing (and finding!) examples and then rewriting them, is the problem that we do not have enough Seaside documentation for a programmer of my skill level, etc ?</div><div>To answer this question I have volunteered to help maintain the FAQ, hoping to find out how to flatten the learning curve on Seaside.</div><div><br class="webkit-block-placeholder"></div><div>Much obliged to uou all,</div><div><br class="webkit-block-placeholder"></div><div>Merik Voswinkel</div></body></html>