hi all, I've updated the post with these changes: * changed webpy to web.py ;) * simplified project structure and renamed some files * changed text about overriding GET/POST * put the submit button in the HTML template and put just the text entry box in web.py code * renamed definitions using 'input' * clarified text about copies of form instances * rewrote POST to use values from form storage rather than directly using web.input * added link to a zip of files
Still just automatically validating the form and not dealing with other issues, such as disabling the submit button while processing a previous POST. However these changes should make things better overall. Thanks again! > Branko Vukelić > > http://foxbunny.tumblr.com/http://www.flickr.com/photos/16889...@n04/http://www.twitter.com/foxbunnyhttp://github.com/foxbunny -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
