On 2/19/10, Justin Davis <[email protected]> wrote: > From my experience, not wrapping the content in a form tag makes it > more flexible to add inputs within a template. If you wanted to put a > couple of different buttons inline, for instance, it's easier to just > code them up in the template. You can use a fieldset and legend if it > makes sense to you, or skip it.
Another advantage is that you can shove multiple forms under one <form> tag and parse them separately in backend, but display them as a single form to the user. -- Branko Vukelić http://foxbunny.tumblr.com/ http://www.flickr.com/photos/16889...@n04/ http://www.twitter.com/foxbunny http://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.
