« Return to Thread: [NEWBIES] How to set up a multi-page website

[NEWBIES] How to set up a multi-page website

by David Zmick :: Rate this Message:

Reply to Author | View in Thread

So, I have a website, and I would like it to have multiple pages, eg. an about page, a members page, etc.  I think you know what I mean.  I have currently accomplished this by creating a variable in my session class called content and the root component renders different content depending on what the content variable stores.
This approach appears to have these advantages:
I do not entirely understand the idea of a root task but I have a feeling that that is the way I should go about completing this.
What is the "proper" way to accomplish my goal, preferably, I would like to be able to do the same things I can now, but do it "correctly" :)

--
David Zmick
/dz0004455\
http://dz0004455.googlepages.com
http://dz0004455.blogspot.com

_______________________________________________
seaside mailing list
seaside@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

 « Return to Thread: [NEWBIES] How to set up a multi-page website