09/17/2009 07:07 AM, Misael Zapata::
> f = web.form
> users = ['pyther', 'john', 'joe', 'mike', 'dan', 'dods', 'mark']
> p = []
> for u in users:
> p.append(f.Checkbox(name=u,description=u,value=u))
> p.append(f.Button("submit", type="submit", description="Users"))
> user_form = f.Form(*p)

Is having multiple submit buttons in the same form,
semantically right?
I mean, although  it is not forbidden, the logic doesn't
reveal to me.

-- 
       Architecte Informatique chez Blueline/Gulfsat:
    Administration Systeme, Recherche & Developpement
                                    +261 34 29 155 34

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to