Yes, exactly. Let's assume that  your site has the following url associated with the index method:

http://mysite/mycontroller

Because of the default value for pagename, this is essentially the same as :

http://mysite/mycontroller?pagename=FrontPage

As you have noted, to load a different page :

http://mysite/mycontroller?pagename=AnotherPage

The index method is responsible for retrieving the data and packaging
up the dictionary.

Nicky

On 7/12/06, OriginalBrownster <[EMAIL PROTECTED]> wrote:

So if wanted a different page to load instead of frontpage?... I would
change the page that that loads enter the index function?







--
--
Nicky Ayoub
G-Mail Account
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to