On Thu, Sep 17, 2009 at 1:19 AM, Rakotomandimby Mihamina <
[email protected]> wrote:
>
> 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.
>
>
Only one submit button is appended. Perhaps the tabs got lost someone in
transmission ?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---