So, I have a website, and I would like it to have multiple pages, eg. an about page, a members page, etc. &nbsp;I think you know what I mean. &nbsp;I have currently accomplished this by creating a variable in my session class called <i>content </i>and the root component renders different content depending on what the content variable stores.<br>
This approach appears to have these advantages:<br><ul><li>I can have a header and footer that remains constant no matter what page the user is on</li><li>It is very simple</li><li>not much else</li></ul>I do not entirely understand the idea of a root <i>task</i> but I have a feeling that that is the way I should go about completing this.<br>
What is the &quot;proper&quot; way to accomplish my goal, preferably, I would like to be able to do the same things I can now, but do it &quot;correctly&quot; :)<br><br>-- <br>David Zmick<br>/dz0004455\<br><a href="http://dz0004455.googlepages.com">http://dz0004455.googlepages.com</a><br>
<a href="http://dz0004455.blogspot.com">http://dz0004455.blogspot.com</a><br>