<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16481" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Verdana>Hi. I'm a Seaside/Smalltalk newbie. I've studied a 
number of tutorials and I've read quite a few blogs about Seaside. But I am 
still puzzled about how to implement a traditional website consisting of a 
number of webpages that are linked together (eg, homepage linked to "about us", 
homepage linked to "products", homepage linked to "contact us", etc.). You 
navigate these webpages by clicking on the various menu selections. But how do 
you implement that in Seaside?</FONT></DIV>
<DIV><FONT face=Verdana></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana>Do you create a component for each webpage with its own 
renderContentOn: message? If so, how do you invoke a webpage component when you 
click on one of the menu anchors (eg, html anchor callback: [???] with: 'about 
us'.). Is this even the correct approach using Seaside?</FONT></DIV>
<DIV><FONT face=Verdana></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana>Please forgive my newbie ignorance.</FONT></DIV>
<DIV><FONT face=Verdana></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana>Thanks,</FONT></DIV>
<DIV><FONT face=Verdana>Richard</FONT></DIV></BODY></HTML>