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 can have a header and footer that remains constant no matter what page the user is on
- It is very simple
- not much else
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