Ah.... came right up in safari...
web2py > examples > a proposal for a cleaner approach to MVC web2py A proposal for a cleaner approach to MVC Change Log: 20:59 on 10 Nov 2008 Original version. 06:22 on 11 Nov 2008 Removed onaccept= and ondelete= arguments from Resource __init__ as they are T2-only. Added persist() method to Resource. Expand description of Collection; essentially a special case of Record created from an "abstract table" including an example of creating such a resource. The background I starting out needing to support custom views but then I got interested in (IMHO) cleaning up the web2py approach to MVC. By that I mean I don't like labels in the model, labels in the controller (passed to SQLFORM), an object that binds updating the database with generating HTML for a form (SQLFORM) and a host of other"little" things. . . . . -wj On Tue, Nov 11, 2008 at 12:30 PM, billf <[EMAIL PROTECTED]> wrote: > > Wes > > The home page is a do-nothing page. The doc can be found at > > http://www.wellbehavedsystems/web2py/examples/mvc.html > > On Nov 11, 7:21 pm, "Wes James" <[EMAIL PROTECTED]> wrote: >> All i get in safari is a box with a question mark and the source of >> the page looks like this: >> >> <html> >> <head><title>Well-behaved Systems</title></head> >> <body> >> <img src="banner.gif" title="Well-behaved Systems" alt="Well-behaved >> Systems"/> >> </body> >> </html> >> >> On Tue, Nov 11, 2008 at 12:13 PM, billf <[EMAIL PROTECTED]> wrote: >> >> > Ugh! If anyone can help me stop that I'd be grateful. I don't get >> > the problem. I copied the meta lines from another page - could there >> > be something in there that some clients don't like? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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 -~----------~----~----~----~------~----~------~--~---

