If the page is http://...../whatever.html and no views/default/ whatever.html is found it uses views/generic.html. The same is true for .xml, .json, etc.
On Sep 15, 11:25 pm, Iceberg <[email protected]> wrote: > On Sep16, 12:19pm, Arvind <[email protected]> wrote: > > > Hello, > > > When i see the examples, the basic form example..which is controlled > > by > > form_examples.py > > > has no view. > > > I believe that a generic view kicks in here, when no view is found for > > that controller. > > > how is this view working ? can somebody please explain ? > > > thanks > > Arvind > > The default view is applications/yourapp/views/generic.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

